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

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

ANSWER DOWNLOAD EXAMIANS APP

Managing Databases with Oracle
An Oracle System Change Number (SCN):

is a value that is incremented whenever database changes are made.
is incremented whenever a deadlock occurs.
is a value that is incremented whenever a dirty read occurs.
is a value that keeps track of explicit locks.

ANSWER DOWNLOAD EXAMIANS APP