Home » MYSQL » Mysql Error handling » Question
  1. STRICT_ALL_TABLES turns on stricter checking of data values.
    1. False
    2. True
    3. NA
    4. NA
    5. 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.



Your comments will be displayed only after manual approval.