Section courante

A propos

Section administrative du site

ALTER VIEW

Modifie la vue
Oracle Database SQL  

Syntaxe

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

Description

Cette instruction permet d'effectuer la modification d'une vue d'une/de table(s).

Voir également

Article - Les géants de l'informatique - Oracle

Dernière mise à jour : Lundi, le 11 mai 2015