Managing Databases with Oracle
After a table has been created, its structure can be modified using the SQL command:

MODIFY TABLE [TableName].
CHANGE TABLE [TableName].
UPDATE TABLE [TableName].
ALTER TABLE [TableName].

ANSWER DOWNLOAD EXAMIANS APP