Q. Suppose you are asked to drop a column using alter statement then which syntax you will follow?
β
Correct Answer: (B)
ALTER TABLE table_name DROP COLUMN column_name;
You must be Logged in to update hint/solution