STRICT_ALL_TABLES turns on stricter checking of data values.
False
True
NA
NA
NA
Correct Option: B
The SQL mode ‘STRICT_ALL_TABLES’ turns on the stricter checking of inserted or the updated data values. This can also be done with the ‘STRICT_TRANS_TABLES’ mode for transactionals.