πŸ“Š MySQL
Q. Which statement is used to add a new column to an existing table?
  • (A) MODIFY TABLE
  • (B) UPDATE TABLE
  • (C) ALTER TABLE
  • (D) APPEND COLUMN
πŸ’¬ Discuss
βœ… Correct Answer: (C) 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

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