Managing Databases with Oracle
Of the three ways to create an Oracle database, which one is the easiest and most recommended?

None of these
Using the SQL CREATE DATABASE command.
Using the Oracle Database Configuration Assistant.
Using the Oracle-supplied database creation procedures.

ANSWER DOWNLOAD EXAMIANS APP

Managing Databases with Oracle
Which statement about sequences is not true?

Sequences are most often used to provide values for surrogate keys.
Sequences guarantee valid surrogate key values.
NextVal and CurrVal are both sequence methods.
A sequence is an object that generates a sequential series of unique numbers.

ANSWER DOWNLOAD EXAMIANS APP