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 -> show the fields of table name in oracle

show the fields of table name in oracle

From: Matt <jrefactors_at_hotmail.com>
Date: 29 Nov 2004 07:20:54 -0800
Message-ID: <ba8a039e.0411290720.55f24b8a@posting.google.com>


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!! Received on Mon Nov 29 2004 - 09:20:54 CST

Original text of this message

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