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 are the differences between innodb and myisam engines?
Does mysql need a server?
Write a query to count the number of rows of a table in mysql.
Why are function needed?
Is pdo more secure than mysqli?
How do I flush privileges in mysql?
How to Set a root password if there is on root password.
how to connect a php script with the mysql database?
What are enums used for in mysql?
What is insert query in mysql?
Why we use mysql database?
Can you tell the difference between mysql_fetch_object and mysql_fetch_array?
How many columns can be used for creating Index?
Does mysql support nosql?
What is foreign key in mysql?