Google News
logo
MySQL - Quiz(MCQ)
For which type are illegal values converted to the appropriate 'zero' value?
A)
String
B)
TIME
C)
ENUM
D)
Numeric

Correct Answer :   TIME


Explanation : In MySQL, there are different ways to handle the illegal values for different datatypes for default. For date or time columns, illegal values are converted to the appropriate “zero” value for the type.

Advertisement