Oracle Database Administration I — Question 80

Which three statements are true about the Oracle Data Dictionary? (Choose three.)

Answer options

Correct answer: C, D, F

Explanation

Option C is correct because views with prefixes like CDB, DBA, ALL, and USER indeed refer to the same underlying base tables. Option D is accurate as the base tables can be queried directly, while Option F is also correct since the data dictionary holds usernames for every user, including DBAs. Options A, B, and E are incorrect because they misrepresent the creation, management, and ownership of the data dictionary.