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 to give user privilages for a db. Login as root. Switch to the mysql db. Grant privs. Update privs.
What could be the reason that the mysql statement 'select avg (salary) from emp' generates an inaccurate output?
What mysql means?
Where is the myisam table stored?
1)for snapshot replication which agents used? 2)for Transcation replication which agents used? 3)for merge replciation which agents used?
Can we rename database in mysql?
What is mysql procedure?
What is information_schema in mysql?
How to delete the repeated records from a table?
What is mysql protocol?
How do I rename a table in mysql?
How can an index be declared in mysql?
How many rows we can insert in a mysql table?
How we can get the current date in mysql?
What is schema in mysql?