-
How do the STRICT_ALL_TABLES and STRICT_TRANS_TABLES mode values deal with bad data?
-
- change them to the closest legal value and reject
- reject them
- accept them
- change them to the closest legal value and accept
- None of these
Correct Option: B
‘STRICT_ALL_TABLES’ and ‘STRICT_TRANS_TABLES’ are the MySQL server mode values that deal with bad data in a ‘strict’ manner. They do not make any change to the data. It is simply rejected.