πŸ“Š MySQL
Q. Which command is used to modify an existing table?
  • (A) CHANGE TABLE
  • (B) MODIFY TABLE
  • (C) UPDATE TABLE
  • (D) ALTER TABLE
πŸ’¬ Discuss
βœ… Correct Answer: (D) ALTER TABLE

Explanation: `ALTER TABLE` is used to add, delete, or modify columns in an existing table.

Explanation by: Mr. Dubey
`ALTER TABLE` is used to add, delete, or modify columns in an existing table.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
59
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
90%
Success Rate