Home » MYSQL » Mysql Error handling » Question
  1. For which type are illegal values converted to the appropriate ‘zero’ value?
    1. TIME
    2. ENUM
    3. String
    4. Numeric
    5. None of these
Correct Option: A

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.



Your comments will be displayed only after manual approval.