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
Is microsoft sql same as mysql?
What is the difference between char and varchar?
Do I need to pay for mysql?
Can you shard mysql?
Does mysql automatically index foreign keys?
How do I start mysql in linux?
How does mysql store data?
How do I start mysql manually?
How do I start mysql in mysql workbench?
How do I fix a crashed mysql database?
Can I copy mysql data directory?
What are the technical specifications of mysql?
What is the data type for file in mysql?
Why do you think it is advised to not to use guid and character columns as clustered index arrays?
Is sql and mysql same?