The standard syntax of create view allows us to use the clause with check
option. When this clause is used, every insertion and update done through the
view is verified to make sure that a tuple inserted through the view actually
appears in the view and an update of a row in the view does not cause the row
to vanish from the view.
The syntax of create view is: