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: sql command

Re: sql command

From: Ed prochak <ed.prochak_at_magicinterface.com>
Date: 21 Jul 2003 12:11:56 -0700
Message-ID: <4b5394b2.0307211111.1c6c9f62@posting.google.com>


jorge_becerril_at_yahoo.com (vuelo23) wrote in message news:<7bc97caf.0307210650.426dc4a3_at_posting.google.com>...
> someone knows how can i view the table's structure???
>
> which command can i use???

In a relational DB tables have columns and rows. What more structure do you want? That's why they are called TABLES 8^)

To find out what columns there are in a table, in ORACLE you can use the DESCRIBE command. To find specific row, you use SELECT.

Any more questions? Received on Mon Jul 21 2003 - 14:11:56 CDT

Original text of this message

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