Section courante

A propos

Section administrative du site

COMMENT

Commentaire
Oracle Database SQL  

Syntaxe

COMMENT ON TABLE [schema.]table IS 'text'
COMMENT ON TABLE [schema.]view IS 'text'
COMMENT ON TABLE [schema.]materialized_view IS 'text'
COMMENT ON COLUMN [schema.]table.column IS 'text'
COMMENT ON COLUMN [schema.]view.column IS 'text'
COMMENT ON COLUMN [schema.]materialized_view.column IS 'text'

Description

Cette instruction permet d'ajouter un commentaire au dictionnaire de données.

Voir également

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

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