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

Answers were Sorted based on User's Feedback



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

Answer / amith

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

Is This Answer Correct ?    11 Yes 5 No

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

Answer / 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

More MySQL Interview Questions

How do I restore a mysql database?

1 Answers  


How do I show users in mysql?

1 Answers  


What is a procedure example?

1 Answers  


How many columns can you create for an index?

1 Answers  


How do I backup mysql database on linux?

1 Answers  


Which statement is used in a select query for partial matching?

0 Answers  


What are the features of mysql?

1 Answers  


What are the advantages of MySQL when compared with Oracle?

1 Answers  


What is difference between function and procedure in mysql?

1 Answers  


Does mysql support sequence?

1 Answers  


what is database black box testing? : Mysql dba

1 Answers  


What is the difference between the DELETE TABLE and TRUNCATE TABLE commands in MySQL?

1 Answers  


Categories