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
What is the use of mysqli_num_rows?
Do I need python for mysql?
How to use regular expression in pattern match conditions?
How do I create a new database in mysql?
What is the default password for mysql?
What causes mysql too many connections?
how you will Create a database on the mysql server with unix shell.
What is difference between mysql and mysql workbench?
What does it mean to be case sensitive?
Why does mysql have so many connections?
What is inner join in mysql?
What is the latest version of mysql?
What are triggers in mysql?
What is cursor in mysql?
How to show all tables with 'mysql'?