| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: the relational model of data objects *and* program objects
"Alfredo Novoa" <alfredo_novoa_at_hotmail.com> wrote in message
news:gbgt511um3mgfi3ua1kralsj1tbpehipoo_at_4ax.com...
> On Thu, 14 Apr 2005 12:48:26 +0200, Alfredo Novoa
> <alfredo_novoa_at_hotmail.com> wrote:
>
>>>Yes, that would be nice.
>>>but is this happening on any scale at present?
>>
>>At a tiny scale, and this is sad.
>
> I was wrong. See this:
>
> http://research.microsoft.com/Comega/doc/comega_tutorials_sqlquery.htm
>
> This is an step in the correct direction.
>
Interesting ..... and of course it should be noted that SQL code is being invoked at the end of the chain:
eg:
select ProductName
from od in DB.OrderDetails inner join p in DB.Products on od.ProductID == p.ProductID
where od.Quantity > p.UnitsInStock
group by p.ProductName
order by ProductName
Received on Thu Apr 14 2005 - 19:59:16 CDT
![]() |
![]() |