0 votes
in Sql by
What is difference between FLOAT and DOUBLE in My-sql?

1 Answer

0 votes
by

Following are differences for FLOAT and DOUBLE:

• Floating point numbers are stored in FLOAT with eight place accuracy and it has four bytes.

• Floating point numbers are stored in DOUBLE with accuracy of 18 places and it has eight bytes.

Related questions

0 votes
asked Jan 13 in Sql by DavidAnderson
0 votes
asked Jan 14 in Sql by AdilsonLima
...