Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

More Information

RDB/VMS SQL COMMENT_ON — VMS RDB_4.1_M

 COMMENT ON  -+-> DOMAIN domain-name ----+-> IS 'string' ;
              +-> COLUMN column-name ----+
              +-> TABLE table-name ------+
              +-> INDEX index-name ------+

Additional information available:

More Information

More Information

 The COMMENT ON statement adds or changes a comment about a domain,
 table, or column.  The comment is added to a table definition or
 replaces an existing comment in a table definition.  If you specify a
 column in the COMMENT ON statement, you must qualify the column name
 with a table name.

 You cannot create comments for view definitions.

 You cannot specify the COMMENT ON statement within a CREATE DATABASE
 statement.

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026