InterviewSolution
Saved Bookmarks
| 1. |
Illegal values converted to the appropriate ‘zero’ value for ______________(a) Numeric(b) String(c) ENUM(d) TIME |
|
Answer» The correct answer is (d) TIME The best I can explain: 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. |
|