1.

STRICT_ALL_TABLES turns on stricter checking of data values.(a) True(b) FalseThe question was posed to me during an online exam.This intriguing question comes from How MySQL Handles Invalid Data Values topic in division Data Types of MySQL

Answer»

Right choice is (a) True

To ELABORATE: 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.



Discussion

No Comment Found

Related InterviewSolutions