Required to create self-owned views.
            The CREATE VIEW system privilege allows a user to:
            
                - Create self-owned views
 
- Issue the COMMENT statement on self-owned views
 
             
         
Grant this system privilege using the WITH ADMIN OPTION, WITH NO
				ADMIN OPTION, or WITH ADMIN ONLY OPTION clause. If you do not specify a clause, the
				default is WITH NO ADMIN OPTION.