Explain the difference between FLOAT, DOUBLE and REAL.
Answer Posted / leena
Float is 8 bytes with 15 digits precision
Double is same as float
Real is 4 bytes with 7 digits precision
| Is This Answer Correct ? | 13 Yes | 63 No |
Post New Answer View All Answers
What mysql -u john -p command does?
How we can get distinct columns values in mysql?
How do you create a schema?
What is a session in mysql?
What is row?
What is longblob in mysql?
What is inner join in mysql?
Does mysql use tcp or udp?
What is truncate command?
Where’s database data actually stored? Is there a way to see the files which are stored?
How do you insert a table?
How do I set user privileges in mysql?
Tell us something about heap tables?
SQL is not case sensitive. DELETE is the same as delete. State Whether True or False?
What is dbms in mysql?