Interview Questions

If you specify the data type as DECIMAL (5,2), what’s the range of values that can go in this table?

MySQL and SQL


(Continued from previous question...)

If you specify the data type as DECIMAL (5,2), what’s the range of values that can go in this table?

999.99 to -99.99. Note that with the negative number the minus sign is considered one of the digits.

(Continued on next question...)

Other Interview Questions