πŸ“Š MySQL
Q. Suppose you are asked to drop a column using alter statement then which syntax you will follow?
  • (A) ALTER table_name TABLE DROP COLUMN column_name;
  • (B) ALTER TABLE table_name DROP COLUMN column_name;
  • (C) ---
  • (D) ---
πŸ’¬ Discuss
βœ… Correct Answer: (B) ALTER TABLE table_name DROP COLUMN column_name;

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
239
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Jatin Dubey
Publisher
πŸ“ˆ
80%
Success Rate