Integer Types

    • Columns of type SMALLINT, INT, , or BIGINT can be part of the PRIMARY 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.