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

Home -> Community -> Usenet -> c.d.o.server -> Re: show the fields of table name in oracle

Re: show the fields of table name in oracle

From: DA Morgan <damorgan_at_x.washington.edu>
Date: Mon, 29 Nov 2004 17:17:07 -0800
Message-ID: <1101777330.904415@yasure>


Matt wrote:

> Given the table name, how to tell the structure of table in oracle?
> For example, I know the table name called Student, but I want to know the
> fields of table student. If I query "Select * from Student;" it only
> displays all records, which I don't want.
>
> Please advise. thanks!!

Query the data dictionary.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Mon Nov 29 2004 - 19:17:07 CST

Original text of this message

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