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

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

ANSWER DOWNLOAD EXAMIANS APP