adspace


What is the difference between float and double?

Answer Posted / Veer Pal

In MySQL, both `FLOAT` and `DOUBLE` are used to store floating-point numbers. The main difference lies in their precision: `FLOAT` has a precision of 7 digits, while `DOUBLE` has a precision of 15 or 16 digits, depending on the version.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is current version of mysql?

1081


Which statement is used in a select query for partial matching?

1247


How to Change a users password from unix shell.

1221


What is the current mysql version?

1103