Explain the difference between FLOAT, DOUBLE and REAL.
Answer Posted / latha
float is a data type which stores floating values after
the .it takes maximum of 10 bis and it has 4bytes of memory
but in the double it has 8 bytes of memory nd it stores 15
digits after the .(point).
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Is mysql case-sensitive?
What is a simple query?
What are the indexes in mysql?
How do I get a list of table names in mysql?
What is mysqlcheck do?
Where’s database data actually stored?
What is regexp?
how to search second maximum(second highest) salary value(integer)from table employee (field salary)in the manner so that mysql gets less load?
How do you use auto increment?
Difference between CHAR and VARCHAR?
What storage engines are used in MySQL?
Is mysql a server or database?
How to check if value already exists in mysql database in php?
table a has records 1,1,1,1 table b has records 1,1,1,1,1,1 what would be out if perform join for all cases
what is constraints? Also explain the different types of constraints?