Oracle Database SQL — Question 116

Which two are true about the data dictionary? (Choose two.)

Answer options

Correct answer: A, D

Explanation

Option A is correct because the data dictionary is designed to be continually updated as changes occur within the database. Option D is also accurate, as the SYS user indeed owns the base tables and views. Options B and C are incorrect because not all user actions are recorded, and access to the data dictionary is not granted to all users by default. Option E is misleading; while some tables use the DBA_ prefix, not all base tables do.