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 default port number of mysql?
Is sql and mysql same?
How do I install mysql on windows 7?
What are the functions used to encrypt and decrypt the data present in mysql?
What are the advantages of myisam over innodb?
What is use of mysql?
Can you tell the difference between $message and $$message?
How to create a test table in your mysql server?
What is text?
What are mysql queries?
Can you tell the difference between mysql_connect and mysql_pconnect? : Mysql dba
Can not connect to mysql server 10060?
Why is it called mysql?
What is mysql database extension?
List data types in mysql? Explain