Home »
MCQs »
Oracle MCQs »
Oracle Tables MCQs
What is the statement to rename a column in the table?
19. What is the statement to rename a column in the table?
- RENAME COLUMN
- RENAME ROW
- RECHANGE COLUMN
- UPDATE COLUMN NAME
Answer: A) RENAME COLUMN
Explanation:
The statement to rename a column in the table is RENAME COLUMN.