Managing Databases with Oracle
When using SQL*Plus, Oracle commands, column names, table names and all other database elements:

are case sensitive.
must always be in lower case.
must always be in upper case.
are case insensitive.

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 keeps track of explicit locks.
is a value that is incremented whenever a dirty read occurs.

ANSWER DOWNLOAD EXAMIANS APP