meaning of double data type in my sql and float also?
Answers
Answered by
0
Answer:
hope it helps to you
Explanation:
The FLOAT and DOUBLE types represent approximate numeric data values. MySQL uses four bytes for single-precision values and eight bytes for double-precision values. ... Here, ( M , D ) means than values can be stored with up to M digits in total, of which D digits may be after the decimal point.
Similar questions