What is the maximum value that can be stored in the datatype DECIMAL (5,2)?
What is the maximum value that can be stored in the datatype DECIMAL (5,2)? Correct Answer 999.99
In SQL, DECIMAL is a datatype that is used to store decimal values. In above question DECIMAL (5,2) means it can store a value having total 5 digits including 2 digits after decimal.