Oracle Database Administration I — Question 80
Which three statements are true about the Oracle Data Dictionary? (Choose three.)
Answer options
- A. Data dictionary views are created by joins of dictionary base tables and DBA-defined tables
- B. The data dictionary is created and maintained by the database administrator
- C. Views with the same name but different prefixes, such as CDB, DBA, ALL and USER, reference the same base tables from the data dictionary
- D. Base tables can be queried directly
- E. It is owned by the SYSTEM user
- F. Usernames of all users including database administrators are stored in the data dictionary
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.