1.

The datatype for single precision floating point number is ____________(a) FLOAT(b) DOUBLE(c) INT(d) BIGINTI have been asked this question by my college director while I was bunking the class.The origin of the question is MySQL Data Types in division Data Types of MySQL

Answer»

Correct answer is (a) FLOAT

To elaborate: There are various numeric datatypes in MySQL. Some of them are TINYINT, SMALLINT, BIGINT, FLOAT, DOUBLE and BIT. ‘FLOAT’ is for SINGLE precision floating point numbers unlike DOUBLE.



Discussion

No Comment Found

Related InterviewSolutions