InterviewSolution
Saved Bookmarks
| 1. |
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 mentionedI got this question in class test.The doubt is from MySQL Datatypes topic in division Data Types of MySQL |
|
Answer» CORRECT OPTION is (a) Total of FOUR DIGITS, two to the left of decimal and two to the right of decimal Explanation: As per standards. |
|