SQL 2 A
SQL 2 A
DBMS InfyTq
DDL Statements
• Oracle ALTER statement is used when you want to change the name
of your table or any table field. It is also used to add or delete an
existing column in a table.
• The ALTER statement is always used with "ADD", "DROP" and
"MODIFY" commands according to the situation.
• The ALTER TABLE statement is also used to add and drop various
constraints on an existing table.
ADD a column in the table
Add multiple columns in the table
MODIFY column in the table
DROP column in table