Explain the difference between FLOAT, DOUBLE and REAL.
Answer Posted / gurmeet singh
A variable of type float only has 7 digits of precision
where as a variable of type double has 15 digits of
precision. If you need better accuracy, use double instead
of float.
| Is This Answer Correct ? | 38 Yes | 4 No |
Post New Answer View All Answers
How do I find the database name in mysql?
How many entries can mysql handle?
How do I select a table in mysql?
can you tell how can you display the maximum salary in sql? : Mysql dba
What is deterministic in mysql?
How do you rename a table?
How much does mysql cost?
Can mysql store files?
What is longblob?
Why do you think it is advised to not to use guid and character columns as clustered index arrays?
What is the default port for mysql and how it can change?
What is the difference between truncate and delete in mysql?
How do I stop a query in mysql workbench?
What is the use of mysqli_query?
What does mysqli_fetch_assoc do?