Explain the difference between FLOAT, DOUBLE and REAL.
Answer Posted / brianmanee
The Decimal, Double, and Float variable types are different
in the way that they store the values. Precision is the
main difference where float is a single precision (32 bit)
floating point data type, double is a double precision (64
bit) floating point data type and decimal is a 128-bit
floating point data type.
More info... http://net-informations.com/q/faq/float.html
Brian
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can we encrypt and decrypt a data presented in a table using mysql?
Is mysql better than oracle?
1)for snapshot replication which agents used? 2)for Transcation replication which agents used? 3)for merge replciation which agents used?
What is the password of mysql?
Can you tell the difference between $message and $$message?
Can mysql function return a table?
Can a table have multiple primary keys?
How to delete the repeated records from a table?
what is the difference between between and in operators in mysql?
What is mysql primary key?
What is mysql vs sql?
What is the use of mysql_fetch_array () function in php?
How to update info already in a table and delete a row(s) from a table.
What is the maximum connection pool size?
How do I install mysql?