In the following table definition, column TelNo is an INTEGER data type:
CREATE TABLE Contact (Id CHAR(9) ,LastName CHAR(26) ,TelNo INTEGER);
In the following table definition, column TelNo is an INTEGER data type:
CREATE TABLE Contact (Id CHAR(9) ,LastName CHAR(26) ,TelNo INTEGER);