πŸ“Š MySQL
Q. Which of these is a read only variable?
  • (A) error_count
  • (B) big_tables
  • (C) autocommit
  • (D) foreign_key_checks
πŸ’¬ Discuss
βœ… Correct Answer: (A) error_count

Explanation: This question asks about variables in MySQL, which are like special settings that control how MySQL behaves. We're looking for a variable that's read-only, meaning you can only see its value, you can't change it.

Explanation by: Priyanka Tomar
This question asks about variables in MySQL, which are like special settings that control how MySQL behaves. We're looking for a variable that's read-only, meaning you can only see its value, you can't change it.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
67
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Priyanka Tomar
Publisher
πŸ“ˆ
85%
Success Rate