Simple Views and Complex Views A simple view Derives data from only one table No functions or groups DML operations through the view A complex view more than one table contains functions and groups DML operation might be limited CREATE [OR REPLACE] [FORCE | NOFORCE] VIEW view_name [(alias[, alias] ... )] AS subquery [WITH CHECK OPTION [CONSTRAINT constraint]] [WITH READ ONLY [CONSTRAINT constrai..