In Oracle, you can add comments to a table or column using the COMMENT ON
statement.
1. Adding a Comment to a Table
Example:
2. Adding a Comment to a Column
Example:
3. Viewing Comments
To check table and column comments, query the data dictionary views:
For table comments:
For column comments:
4. Removing Comments
To remove a comment, set it to NULL
:
Tags:
Oracle