Home » MYSQL » Server SQL Mode » Question
  1. How do the STRICT_ALL_TABLES and STRICT_TRANS_TABLES mode values deal with bad data?
    1. change them to the closest legal value and reject
    2. reject them
    3. accept them
    4. change them to the closest legal value and accept
    5. 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.



Your comments will be displayed only after manual approval.