PPT Slide
There may be situations where the
creator of a view may need to change
the view. However, views don’t follow
the syntax conventions of other database
objects. While there is an alter view
statement in the Oracle SQL language,
used to recompile or revalidate all
references in the view as it exists already,
the statement used to alter the definition
of a view is the create or replace view