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
what is cte? : Mysql dba
How can I create database in mysql?
What is procedural api?
how you will show all records not containing the name "sonia" and the phone number '9876543210' order by the phone_number field.
What is pragma serially_reusable and why is it used?
How to return query output in xml format?
Is mysql query case sensitive?
How to analyze tables with 'mysqlcheck'?
How do I show users in mysql?
How do I find users in mysql?
How to write optimized query in mysql?
What are the different column comparison operators in mysql?
What is sql vs mysql?
Can you tell a way to know the number of days between the two given dates in php?
How do I show all mysql databases?