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 -> Novice question about table in SQL

Novice question about table in SQL

From: jimmy <alfie239_at_hotmail.com>
Date: 28 Oct 2002 16:15:49 -0800
Message-ID: <19409118.0210281615.69317b88@posting.google.com>


I have installed personal edition of oracle on my computer, I know to find all of the tables in my database I use select * from tab;  

I wish to create a table then add rows to it latter, When I use such has

SQL> SELECT * FROM cd ;

I get no rows selected,

How can I get to see the contents of which my table is made up, such has my cd table below, if I have not put in any information in to the rows of the table , has I may forget how my table is made up

CD_NAME CD_ARTIST CD_LABEL

-------------------- -------------------- --------------------


Yours truly,
James mcgivern Received on Mon Oct 28 2002 - 18:15:49 CST

Original text of this message

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