PPT Slide
There are different types of views that
can be created in Oracle. The first type
of view is a simple view. It is created
from the data in one table. Within
the simple view, all single-row operations
are permitted. In addition, data can be
placed in specific order by the order by
clause of the select statement.