Range of values for smallint and int

The range of values for the smallint datatype is -215 (-32,768) to 215 -1 (32,767).

The range of values for the int datatype is -231 (-2,147,483,648) to 231 -1 (2,147,483,647).