-
Which of these is a read only variable?
-
- foreign_key_checks
- autocommit
- big_tables
- error_count
- None of these
Correct Option: D
The session only system variable ‘error_count’ is a read only variable that indicates the number of errors generated by the last statement that can generate errors. The others are writable.