What will be the storage pattern for “float(4,2)” in Mysql?
(a) Total of four digits, two to the left of decimal and two to the right of decimal
(b) Total of six digits
(c) Total of four digits, not distributed uniformly
(d) None of the mentioned
I got this question in class test.
The doubt is from MySQL Datatypes topic in division Data Types of MySQL