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 -> Re: Is an Oracle View the equivalent of an SQL server Temporary Table?

Re: Is an Oracle View the equivalent of an SQL server Temporary Table?

From: Michael Carton <MikeC_at_erols.com>
Date: Tue, 26 Dec 2000 13:11:57 -0500
Message-ID: <3A48DF6D.6922CBE7@erols.com>

Barbara Kennedy wrote:
>
> No. think of a view as a predefined query that you can issue queries
> against. I believe in SQL Server that views when they have queries executed
> against them create a temporary table and then the query is executed against
> that.

That's not true. SQL Server views operate like Oracle views. The original poster was looking for a SQL Server feature that's not present in Oracle (and he was confused, to boot.)

-- 
MikeC

Please reply to the group.
Received on Tue Dec 26 2000 - 12:11:57 CST

Original text of this message

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