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 are the ways in which you can retrieve data in the result set of mysql using php?
What is unique key in mysql?
What is back end and front end?
What is the password of mysql?
Why phpmyadmin is used for mysql?
Is Mysql query is case sensitive?
How do I insert multiple rows in a table?
How many sql dml commands are supported by 'mysql'?
Can we create table in stored procedure?
What is heap table?
Do while loop in mysql procedure?
How do you concatenate strings in mysql?
What is meant by mysqli?
Why mysql is open source?
What is query design?