Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
Menu
Comment on table column : Comment Table « Table « Oracle PL / SQL
Oracle PL / SQL
Table
Comment Table
Comment on table column
COMMENT ON COLUMN jobs.job_id IS
'Primary key of jobs table.'
;
Related examples in the same category
1.
Add a comment on a table
2.
Remove a comment from table
3.
Print out comment for a given table
4.
Comment table and check user_col_comments