πŸ“Š MySQL
Q. Which of the following columns is not returned by 'OPTIMIZE TABLE'?
  • (A) Table
  • (B) my_tbl.frm
  • (C) Msg_type
  • (D) Msg_txt
πŸ’¬ Discuss
βœ… Correct Answer: (D) Msg_txt

Explanation: This question is about the OPTIMIZE TABLE command in MySQL. This command is used to improve the performance of your tables by reorganizing the data and making it faster to access.

Explanation by: Bhagwan Das
This question is about the OPTIMIZE TABLE command in MySQL. This command is used to improve the performance of your tables by reorganizing the data and making it faster to access.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
78
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Bhagwan Das
Publisher
πŸ“ˆ
96%
Success Rate