1.

The DECIMAL used for expressions containing only exact values with fractional part is of digit precision _________(a) 32(b) 64(c) 65(d) 16The question was posed to me in unit test.I would like to ask this question from Data Value Categories topic in section Data Types of MySQL

Answer»

The correct ANSWER is (c) 65

For explanation I would say: In MySQL, for the expressions containing only exact VALUES and where one or more values have a fractional PART, the DECIMAL arithmetic is used with digits of precision EQUAL to 65.



Discussion

No Comment Found

Related InterviewSolutions