1.

The maximum non zero value for FLOAT is ______________(a) 3.402823466E+38(b) 3.402823466E+37(c) 3.402823466E+39(d) 3.402823466E+35This question was addressed to me in an online quiz.I would like to ask this question from Operators in chapter Data Type Reference, Operators and Functions of MySQL

Answer»

Correct choice is (a) 3.402823466E+38

The best I can EXPLAIN: In MySQL, each datatype has its own RANGE. DATA types give an idea of the kind of values and the ranges that a variable is allowed to store. The maximum non ZERO value for FLOAT is 3.402823466E+38.



Discussion

No Comment Found

Related InterviewSolutions