How do the STRICT_ALL_TABLES and STRICT_TRANS_TABLES mode values deal with bad data?
(a) reject them
(b) accept them
(c) change them to the closest legal value and accept
(d) change them to the closest legal value and reject
This question was posed to me during an interview.
My enquiry is from Server SQL Mode topic in portion Using SQL to Manage Data of MySQL