How to add comments to tables and columns?

Source: Internet
Author: User
How to add comments to tables and columns?
  • System Environment:

      1. Database: Oracle 8i R3 (8.1.7) for NT Enterprise Edition
  • Note:
     
          
      SQL> comment on table is 'table annotation ';

      Note created.

      SQL> comment on column table. The column is 'column annotation ';

      Note created.

      SQL> select * From user_tab_comments where comments is not null;

      SQL> select * From user_col_comments where comments is not null;

[Last update:
10/15/2001 08:06:12]


About this site │ contact Webmaster │ comments and suggestions │ cooperation │ map │ advertisement service on this site


Copyright (c) 2000-2001 copyright to Oracle technology network
E-MAIL: oradb@126.com
Http://www.oradb.net/

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.