1.

Which among the following is the correct representation of “float(5,0)”?(a) 12345.123(b) 12345.1(c) 12345(d) 123.123I had been asked this question in my homework.The question is from MySQL Datatypes in section Data Types of MySQL

Answer»

The correct ANSWER is (c) 12345

For explanation I would SAY: “float(5,0) says there should be total of five DIGIT, in which no digit should be at the RIGHT of the decimal.



Discussion

No Comment Found

Related InterviewSolutions