CREATE VIEW | Créer une vue |
---|---|
Oracle Database SQL |
Syntaxe
CREATE [OR REPLACE] [FORCE|NOFORCE] VIEW [schema.]view [(alias,...) inline_constraint(s)] [out_of_line_constraint(s)] [ OF XMLTYPE [XMLSCHEMA XMLSchema_URL] ELEMENT element WITH OBJECT IDENTIFIER {DEFAULT | (expr,...)} | OF XMLTYPE [XMLSCHEMA XMLSchema_URL] ELEMENT XMLSchema_URL#element WITH OBJECT IDENTIFIER {DEFAULT | (expr,...)} ] AS subquery WITH READ ONLY WITH CHECK OPTION [CONSTRAINT constraint] |
CREATE [OR REPLACE] [FORCE|NOFORCE] VIEW [OF [schema.] type_name {WITH OBJECT IDENTIFIER {DEFAULT|(attribute,...) | UNDER SCHEMA.superview } ([out_of_line_constraint(s)] attribute inline_constant(s)) AS subquery WITH READ ONLY WITH CHECK OPTION [CONSTRAINT constraint] |
Description
Cette instruction permet de créer une vue.
Voir également
Article - Les géants de l'informatique - Oracle
Dernière mise à jour : Lundi, le 11 mai 2015