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 do I declare a variable in mysql?
What is mysql protocol?
What is bdb (berkeleydb)?
What are Heap tables?
What is mysql workbench used for?
What is the difference between unix timestamps and mysql timestamps?
How to get data from mysql in php?
How do I import database through command line?
How to delete a table.
What are the 'mysql' command line options?
How do I find users in mysql?
What does innodb stand for?
How does select query work?
What are the similarities between a function and a procedure?
What are the common mysql functions?