| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Navigation question
Andy Dingley wrote:
> On 14 Feb, 19:47, "Marshall" <marshall.spi..._at_gmail.com> wrote:
>
>>select * from orders where date > '2006-01-01' and status = >>'fulfilled' and customerid = 1234 >> >>You say what you want and you get just that. No sifting >>through stuff you don't want; no navigating.
No, it wouldn't. A navigational stored procedure would not offer the dbms the same ability to re-order the access paths that the declarative query does. As such, the navigational procedure will be less adaptive and generally less performant. Received on Tue Feb 20 2007 - 10:56:32 CST
![]() |
![]() |