Home »
MCQs »
Oracle MCQs »
Oracle Tables MCQs
What is the statement to drop a column in the table?
18. What is the statement to drop a column in the table?
- DROP ROW
- DELETE ROW
- DROP COLUMN
- DELETE COLUMN
Answer: C) DROP COLUMN
Explanation:
The statement to drop a column in the table is DROP COLUMN.