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

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

ANSWER DOWNLOAD EXAMIANS APP