Explain the difference between FLOAT, DOUBLE and REAL.
Answer Posted / boobalan
Float is data type which holds the 8 bytes memory to
holds the floating values even if we give the values in
integer(4)it takes as float(4.0).
Double is also same to the float that is also takes 8
bytes main purpose is to holds the long values of varible
(example:phone no),thank you.......
| Is This Answer Correct ? | 2 Yes | 12 No |
Post New Answer View All Answers
What is mysql workbench used for?
How do I run mysql without installing?
How to show all tables with 'mysql'?
How to create a test table in your mysql server?
Is mysql same as mariadb?
What is a trigger? How you can create a trigger in mysql?
How to shut down the server with 'mysqladmin'?
What are the disadvantages of stored procedures?
What is a table schema?
How to add a new column to an existing table in mysql?
What is the difference between mysql_connect and mysqli_connect?
What is mysql default database?
Is mysql free software?
What is 'mysqlcheck'?
What is difference between microsoft sql and mysql?