8. SQL Statements : COMMENT ON : Description
 
Share this page                  
Description
The COMMENT ON statement stores comments about a table, view, or column.
To display the comments, use the HELP COMMENT statement.
To delete the comments, issue the COMMENT ON statement and specify an empty string (' '). Comments on tables and views are deleted when the table or view is dropped.
To query comments on a certain table, use the iidbms_comment system catalog.