Integer Types
- Columns of type
SMALLINT
,INT
, , orBIGINT
can be part of thePRIMARY KEY
. - Values of integer datatypes are convertible but not comparable to floating point number.
- Currently, values of floating point datatypes are not convertible to integers. This restrictionwill be removed in the near future.