InterviewSolution
Saved Bookmarks
| 1. |
Which mode prevents MySQL to perform full checking of date parts?(a) PREVENT_DATE_CHECK(b) STOP_DATES_CHECK(c) ALLOW_DATES_INVALID(d) ALLOW_INVALID_DATESThis question was posed to me during an internship interview.The doubt is from Writing Clients That Include SSL Support in portion MySQL Programs Using C of MySQL |
|
Answer» The correct answer is (d) ALLOW_INVALID_DATES |
|