Mega Code Archive

 
Categories / Oracle PLSQL Tutorial / Table
 

Some of the aspects of a column you can modify using ALTER TABLE

The following list shows some of the aspects of a column you can modify using ALTER TABLE: Change the size of a sizable column, such as CHAR or VARCHAR2. Change the precision of a numeric column. Change the data type of a column. Change the default value of a column.