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
How to run a sql statement?
change column name and make a unique column so we get no dupes.
What is trigger in mysql with example?
What does the file with the extension: frm, myd, and myi contain?
How to use like conditions?
How would you enter characters as hex numbers?
What is the usage of regular expressions in mysql?
What is myisamchk?
In which format data is stored in mysql database?
How to Creating a new user. Login as root. Switch to the MySQL db. Make the user. Update privs.
How does mysql clustering work?
What are the difference between and myisam and innodb?
Can you tell what are various ways to create an index?
What is a longblob?
Where’s database data actually stored?