1.

What is the size of the BIT type?(a) 1(b) 2(c) 3(d) variableThis question was posed to me in class test.I'm obligated to ask this question of Running Multiple Servers topic in section General MySQL Administration of MySQL

Answer»

The CORRECT choice is (d) variable

The BEST I can explain: 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