ALTER VIEW [schema .] view 
{ ADD table_or_view_constraint
| MODIFY CONSTRAINT constraint { RELY | NORELY }
| DROP { CONSTRAINT constraint | PRIMARY KEY | UNIQUE ( column [, column]... ) }
| COMPILE
}
;

For information on the symbols and conventions of Backus-Naur Form (BNF) syntax, see Appendix A.