πŸ“Š MySQL
Q. Which command is used to remove a table from a database?
  • (A) DELETE TABLE
  • (B) REMOVE TABLE
  • (C) DROP TABLE
  • (D) DESTROY TABLE
πŸ’¬ Discuss
βœ… Correct Answer: (C) DROP TABLE

Explanation: `DROP TABLE` deletes the table and all of its data permanently.

Explanation by: Mr. Dubey
`DROP TABLE` deletes the table and all of its data permanently.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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