INTEGER provides 4 bytes of storage for integer values.
{ INTEGER | INT }
java.lang.Integer
INTEGER
2147483647 (java.lang.Integer.MAX_VALUE)
When mixed with other data types in expressions, the resulting data type follows the rules shown in Numeric type promotion in expressions.
See also Storing values of one numeric data type in columns of another numeric data type.
3453 425