Question 41
Which three statements are true about table data storage in an Oracle Database? (Choose three.)
Question 42
In one of your databases, user KING is:
1. Not a DBA user
2. An operating system (OS) user
Examine this command and its output:
What must you do so that KING is authenticated by the OS when connecting to the database instance?
Question 43
Which three statements are true about Oracle synonyms? (Choose three.)
Question 44
Which two statements are true about single row functions? (Choose two.)
Question 45
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?
