Explain the difference between FLOAT, DOUBLE and REAL.
Answer Posted / vibhor
float has 32 bit- show 4 digit after decimal point
double has 64 bit- show 8 digith after decimal point
In short, The float is 32 bit while the double is 64 bit
I prepare job's paper from http://quizplaza.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is index length in mysql?
What is mysql uuid?
How to filter data from a mysql database table with php?
What is default schema in mysql?
What are the differences between char and varchar?
What is the data source name for mysql?
How many columns can be used for creating Index?
How can I create table in mysql?
Explain about the architecture of MYSQL?
What is a transaction? Describe mysql transaction properties.
What is heap table in mysql?
what is the difference between gui testing and database testing? : Mysql dba
How do I restore a mysql database dump file in linux?
Can you tell few best practices to be followed for optimization in sql?
What is dirty read and phantom read?