Mega Code Archive

 
Categories / Oracle PLSQL Tutorial / Table
 

Altering a Table

You alter a table using the ALTER TABLE statement. You can use ALTER TABLE to perform tasks such as: Add, modify, or drop a column Add or drop a constraint Enable or disable a constraint