Overflow (e.g., inserting 1000000 into a SMALLINT)
Numeric value out of range
This error arises when a numeric value exceeds the allowed range for its data type. Use a larger type like BIGINT.
Exceeding SMALLINT or INT limits