Home » MYSQL » Mysql miscellaneous » Question
  1. Which of these is a read only variable?
    1. foreign_key_checks
    2. autocommit
    3. big_tables
    4. error_count
    5. 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.



Your comments will be displayed only after manual approval.