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
What is blob storage?
How to get a list of all tables in a database?
What happens if null values are involved in expressions?
how to show all records starting with the letters 'sonia' and the phone number '9876543210' limit to records 1 through 5.
What is mysql and why it is used?
What are queries used for?
What do you understand by mysql terminal?
Is mysql free for enterprise?
What is schema in mysql?
What is the default port of mysql server?
I've looked but can't find a MySQL equivalent for MS SQL's xp_cmdshell. I have 7z files that I want to unzip and load into MySQL. I'm trying to write a sp to do the unzip, but I can't find a way to do that. Can anyone provide an example of a similar process in Windows? TIA.
How do I view tables in mysql workbench?
What is the storage engine for mysql?
What are the disadvantages of mysql?
What is the difference between having and where clause in mysql? Explain