1.

What is the maximum non zero value for FLOAT?(a) 3.402823466E+38(b) 3.402823466E+37(c) 3.402823466E+39(d) 3.402823466E+35I have been asked this question during an interview.This interesting question is from Putting Perl DBI to Work in portion MySQL Programs Using Perl DBI and PHP of MySQL

Answer»

Right OPTION is (a) 3.402823466E+38

Explanation: 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