Explain the difference between FLOAT, DOUBLE and REAL.
Answer Posted / leelu
float is float (4bytes)
double is double of float ;) (8 bytes) !!
| Is This Answer Correct ? | 52 Yes | 52 No |
Post New Answer View All Answers
What is the difference between char and varchar in mysql?
What is not null in mysql?
Explain about the architecture of MYSQL?
How to rename an existing column in a table?
How to use rank function in mysql?
Consider a scenario where you have to send an email to a client from the sql database. How do you think you can achieve this task?
How to write date and time literals?
How do I install and use mysql?
SQL is not case sensitive. DELETE is the same as delete. State Whether True or False?
What are the differences between char and nchar?
How to create trigger in mysql workbench?
How do I truncate all tables in mysql?
What are the indexes in mysql?
What is memory table in mysql?
Is mysql still relevant?