Explain the difference between FLOAT, DOUBLE and REAL.
Answer Posted / vibhor
float has 32 bit- show 4 digit after decimal point
double has 64 bit- show 8 digith after decimal point
In short, The float is 32 bit while the double is 64 bit
I prepare job's paper from http://quizplaza.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to get only updated, deleted , inserted records after certain interval time in mysql with out using triggers...
What is mysql_pconnect?
What is mysql connector used for?
What is a longblob?
How to get the current date in mysql?
Is mysql a nosql database?
Where’s database data actually stored?
What is procedure in mysql?
Can you tell the reasons for selecting lamp(linux, apache, mysql, php) instead of any other combination of software programs, servers, and operating system?
What does mysql_fetch_assoc do?
How do I rename a mysql database?
Is primary key auto increment?
How do you create a schema?
Is mysql case-sensitive?
How to create table show example