Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Descriptions for Table Fields
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
![]() |
![]() |