Explain the difference between FLOAT, DOUBLE and REAL.
Answer Posted / brianmanee
The Decimal, Double, and Float variable types are different
in the way that they store the values. Precision is the
main difference where float is a single precision (32 bit)
floating point data type, double is a double precision (64
bit) floating point data type and decimal is a 128-bit
floating point data type.
More info... http://net-informations.com/q/faq/float.html
Brian
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can u give the example by taking an unnormalized table and make that 1nf and then 25nf, and then 3 nf?
How to store values to array from mysql database in php?
What is the use of mysql_fetch_array () function in php?
What is mysqli_select_db?
What is latest version of mysql?
What are the method you will follow while sql installing
What is mysqli_result?
all the queries used in sql
How do you know if your mysql server is alive?
What is mysqli procedural?
What is clob in mysql
How to get help information from the server?
How to connect html form to mysql database using php?
How many TRIGGERS are allowed in MySql table?
Write a query to create a database and a table?