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
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 |
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 |
How much does mysql cost?
What are the reasons for selecting lamp (linux, apache, mysql, php) instead of combination of other software programs, servers and operating systems?
How to show certain selected rows with the value "pcds".
table a has records 1,1,1,1 table b has records 1,1,1,1,1,1 what would be out if perform join for all cases
For the database from the previous question, please give an SQL query which returns the invoice number of all invoices which contain the article with the number ?1234?. The query should be able to run under a MySQL 4.0 database.
How to create trigger in mysql phpmyadmin?
What are the types of index?
How is mysql database stored?
What are the similarities between a function and a procedure?
What is query design?
Is mysqli faster than mysql?
Explain advantages of MyISAM over InnoDB?