PPT Slide
Dictionary views are useful to draw data
from the data dictionary.
Review the following code blocks:
SELECT * FROM all_sequences;SELECT * FROM dba_objects;SELECT * FROM user_tables;
A view is simply the resultant dataset
from a select statement, and
the data dictionary actually contains
the select statement that creates
the view. View definitions can be quite