πŸ“Š MySQL
Q. Which mode prevents MySQL to perform full checking of date parts?
  • (A) ALLOW_DATES_INVALID
  • (B) ALLOW_INVALID_DATES
  • (C) PREVENT_DATE_CHECK
  • (D) STOP_DATES_CHECK
πŸ’¬ Discuss
βœ… Correct Answer: (B) ALLOW_INVALID_DATES

Explanation: This question is about how MySQL handles dates. Sometimes, you might enter a date that isn't completely valid, like "2023-02-30" (February only has 28 or 29 days).

Explanation by: Ranjeet
This question is about how MySQL handles dates. Sometimes, you might enter a date that isn't completely valid, like "2023-02-30" (February only has 28 or 29 days).

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
75
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Ranjeet
Publisher
πŸ“ˆ
95%
Success Rate