I have used the following statement to add the comment:
comment on column employee.first_name is 'first name of the employee table';
No I have difficulty in knowing how to use all_col_comments and user_col_comments to view the above comment using select statement.