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: Adding data from SQL*Plus

Re: Adding data from SQL*Plus

From: Greg Kainz <gregkainz_at_attbi.com>
Date: Tue, 11 Dec 2001 03:46:29 GMT
Message-ID: <pkfR7.5881$7y.26380@rwcrnsc54>


There's not a front-end to sql*plus, but you can use a number of gui tools to edit, insert, delete data in Oracle tables. But, if the assignment is to learn sql*plus, then these tools would be cheating, right? :-)

"ROBERT WEST" <rob-west_at_worldnet.att.net> wrote in message news:oVeR7.218284$3d2.10079053_at_bgtnsc06-news.ops.worldnet.att.net...
> Is this how it is done or, is there a front end for it, like MS-Access?
>
> Thank you,
> Rob-west_at_worldnet.att.net
>
> "Jim Kennedy" <kennedy-family_at_attbi.com> wrote in message
> news:wqeR7.30896$ER5.328455_at_rwcrnsc52...
> > insert into tableName(col1,col2,...) values( value1,value2,...);
> > Look at the sql reference guide.
> >
> > Jim
> > "ROBERT WEST" <rob-west_at_worldnet.att.net> wrote in message
> > news:k8eR7.290591$W8.9772894_at_bgtnsc04-news.ops.worldnet.att.net...
> > > I'm learning SQL*PLUS. The book I'm reading focuses on queries from
the
> > > prompt. Obviously, I know how to make tables. I Do Not know how to
add
> > > data to the table! From the prompt, can I add data? Or how is it
done?
> > >
> > > Thank you,
> > > Rob-west @worldnet.att.net
> > >
> > >
> > >
> >
> >
>
>
Received on Mon Dec 10 2001 - 21:46:29 CST

Original text of this message

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