Question 16
Examine these commands:
Which two statements are true about the sqlldr execution? (Choose two.)
Question 17
A script abc.sql must be executed to perform a job.
A database user HR, who is defined in this database, executes this command:
$ sqlplus hr/hr@orcl @abc.sql
What will happen upon execution?
Question 18
Which two are true about complete recovery? (Choose two.)
Question 19
In the SALES database, DEFERRED_SEGMENT_CREATION is TRUE.
Examine this command:
SQL> CREATE TABLE T1(c1 INT PRIMARY KEY, c2 CLOB);
Which segment or segments, if any, are created as a result of executing the command?
Question 20
Which three statements are true concerning logical and physical database structures? (Choose three.)
