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 trigger in mysql with example?
change column name and make a unique column so we get no dupes.
How do I install mysql workbench?
What is sql in mysql?
How To see all the tables from a database of mysql server.
What is a mysql server?
Describe mysql transaction properties.
What is full form of xampp?
Can mongodb replace mysql?
How do I create a stored procedure in mysql?
Is mysql written in c?
Is postgresql better than mysql?
What is triggers and how it can be used in mysql?
What is ntext?
Write a query to fetch duplicate records from a table using mysql?