Q. To perform consistency checks on a MyISAM table the statement is . . . . . . . .

  • (A) CHECK TABLE
  • (B) .
  • (C) ANALYZE TABLE
  • (D) OPTIMIZE TABLE
πŸ’¬ Discuss
βœ… Correct Answer: (A) CHECK TABLE
Explanation: CHECK TABLE: This is the correct option. The CHECK TABLE statement in MySQL is used to perform consistency checks on tables. When applied to a MyISAM table, it checks for errors in the table's structure and data integrity.
Explanation by: Ritu Singhal
CHECK TABLE: This is the correct option. The CHECK TABLE statement in MySQL is used to perform consistency checks on tables. When applied to a MyISAM table, it checks for errors in the table's structure and data integrity.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
98
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Ritu Singhal
Publisher
πŸ“ˆ
83%
Success Rate