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
Do while loop in mysql procedure?
What is mysql default database?
What is a result set object?
How many TRIGGERS are allowed in MySql table?
How to create a table?
What do we use to remove duplicate records while fetching a data in mysql ?
How do I kill a mysql query?
How many rows we can insert in a mysql table?
How do I find my mysql username and password?
What is mvcc in mysql?
1.how to fetch a value and Execute store procudure in mysql(INNODB) using phpMyAdmin? 2.can i wright a package in mysql database(INNODB)?
How to create a table index in mysql?
Which is best pdo or mysqli?
Tell us something about heap tables?
What is row locking in mysql?