In the following table definition, column SalaryFactor is a FLOAT data type:
CREATE TABLE Salaries (Id CHAR(9) ,SalaryFactor FLOAT BETWEEN .1 AND 1E1 );
In the following table definition, column SalaryFactor is a FLOAT data type:
CREATE TABLE Salaries (Id CHAR(9) ,SalaryFactor FLOAT BETWEEN .1 AND 1E1 );