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 select a database in mysql?
How many columns is too many mysql?
State the differences between mongodb and mysql.
How to Join tables on common columns.
What is auto increment in mysql?
how to connect a php script with the mysql database?
Differentiate CHAR_LENGTH and LENGTH?
What is longblob in mysql?
What is procedural api?
Can you tell a way to know the number of days between the two given dates in php?
How do you create a primary key?
What is a data directory?
What is regexp?
What are the functions used to encrypt and decrypt the data present in mysql?
Is there a free mysql?