Hi!

Working on Oracle v8i with NT as OS!

I had created a comment on table emp as below in scott schema:

SQL> COMMENT ON TABLE emp IS 'BRANCH_MASTER IS USED FOR MAINTAINING COMPANY BRANCH DETAILS';

Comment created.

Now,What is the command to drop the above comment form the emp table!

Regards,

Amit.