ORACLE DATABASE INTERVIEW QUESTIONS
Course:Oracle
Chapter:Chapter 5 - DDL (Data Definition Language)
Topic:ALTER TABLE
Questions Count:10
1
What is the basic syntax for altering a table in Oracle?
Explanation:
2
How do you add a new column to an existing table?
Explanation:
3
How can you modify the data type of an existing column in a table?
Explanation:
4
How do you rename a column in an Oracle table?
Explanation:
5
Can you explain how to add a NOT NULL constraint to an existing column?
Explanation:
6
How do you drop a column from an Oracle table?
Explanation:
7
What is the purpose of adding a CHECK constraint using the ALTER TABLE statement, and how do you add one?
Explanation:
8
How can you add a composite unique constraint to a table?
Explanation:
9
Describe how to enable and disable constraints using the ALTER TABLE statement?
Explanation:
10
Explain how to use the ALTER TABLE statement to change the storage characteristics of a table?
Explanation:
