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
How can you find out the version of the installed mysql?
Is mysql frontend or backend?
What is blob in mysql?
How many TRIGGERS are allowed in MySql table?
What is the date format in mysql?
How to display top 10 rows in mysql?
Why mysql is open source?
Which storage engine is best in mysql?
When to use order by in delete statement?
What are numeric data types?
What are the steps required to view your mysql database?
Can we rename database in mysql?
Use a regular expression to find records. Use “REGEXP BINARY” to force case-sensitivity. This finds any record beginning with r.
How many triggers are possible in mysql?
What are the three types of queries?