If you specify the data type as DECIMAL (5,2), what?s the
range of values that can go in this table?
Answer Posted / rajesh kumar
minimum: -999.99
maximum: +999.99
It takes M+2 bytes to store. Here M is 5 and two extra byte
for storing sign & decimal.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is text?
What are mysql functions?
How do I add a column to a table in mysql?
State the differences between mongodb and mysql.
How to use regular expression in pattern match conditions?
What is the role of a limit in a mysql query?
How to create table with same structure of student table in mysql?
How do you create a primary key?
Does uninstalling mysql delete database?
What are the advantages/disadvantages of mysql and php?
Can mysql function return a table?
How do you backup a database in mysql?
How do I tune a mysql query?
What are the technical specifications of mysql?
How to use like conditions?