1.

The size of the BIT type is ___________(a) 1(b) 2(c) 3(d) variableI have been asked this question in an interview.This interesting question is from MySQL Data Types topic in portion Data Types of MySQL

Answer»

Correct option is (d) variable

The explanation: All the NUMERIC DATATYPES used in MySQL vary over the fields. However the maximum size is FIXED. UNLIKE the other numeric types the size of the BIT datatype depends on the length of the field.



Discussion

No Comment Found

Related InterviewSolutions