Explain the difference between FLOAT, DOUBLE and REAL.
Answer Posted / boobalan
Float is data type which holds the 8 bytes memory to
holds the floating values even if we give the values in
integer(4)it takes as float(4.0).
Double is also same to the float that is also takes 8
bytes main purpose is to holds the long values of varible
(example:phone no),thank you.......
| Is This Answer Correct ? | 2 Yes | 12 No |
Post New Answer View All Answers
How can I compare two mysql databases?
Can we store pdf files in mysql?
Is mysqli secure?
Use a regular expression to find records. Use “REGEXP BINARY” to force case-sensitivity. This finds any record beginning with r.
How is data stored in mysql?
Write a command to view mysql database table structure?
Can you tell what are various ways to create an index?
How do I start mysql in linux?
What is mysql and why it is used?
How to convert character strings to numeric values?
Can we join 3 tables in mysql?
What is the query to display top 20 rows?
Where is the mysql database stored?
What are mysql functions?
What are the purposes of using enum and set data types?