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: What is the Purpose of Subquery in Insert?

Re: What is the Purpose of Subquery in Insert?

From: Anurag Varma <avoracle_at_gmail.com>
Date: 18 Feb 2005 10:43:33 -0800
Message-ID: <1108752213.126377.206410@c13g2000cwb.googlegroups.com>

Although by the looks of it ... its a poor example. However, its trying to introduce to you the insert into (view) ... syntax.

In the above example, the view is a dynamic view. Probably later on its trying to introduce to you the "with check option" etc. syntax.

So the clue for you is probably to ... read on! :)

Anurag Received on Fri Feb 18 2005 - 12:43:33 CST

Original text of this message

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