Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Descriptions for Table Fields

Re: Descriptions for Table Fields

From: Fred Ruffet <fruffet_at_kaptech.com>
Date: Tue, 27 Jul 1999 15:46:45 +0200
Message-ID: <7nkd8s$rsb$1@gatekeeper.ornano.kapt.com>


Hi !

Well, I don't know wether I really understand your question or not, but I think all you want to do is to comment your database. For this, you have two possibilities :

. A SQL command which is :
"comment on table T is 'my comment for the table T' "
and
"comment on column T.C is 'My comment for the column C of the table T' "

. with ER/Studio, by using the definition text when you're editing a field or a table. When you update your base, it'll be automatically set as
"comment on..."

Frédéric Ruffet - fruffet_at_kaptech.com Received on Tue Jul 27 1999 - 08:46:45 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US