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
What is the use of count function in mysql?
Is mysql same as sql?
Can we create table in stored procedure?
What is a user defined variable?
Is mysqli deprecated?
What is int mysql?
What are slow queries?
suppose data is copie to oracle to sql by using DTS. Actully it taken 2 hours. suppose some day distribute the server in the middle of 2 hours. after how can i get the data ?
What is key in mysql?
How can an index be declared in mysql?
Explain the storage engines in mysql?
What is the difference between the primary and unique key in mysql?
What is processlist in mysql?
What is triggers and how it can be used in mysql?
Where’s database data actually stored? Is there a way to see the files which are stored?