Comment on table column : Comment Table « Table « Oracle PL / SQL





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