This will be very database specific, in Oracle the cost based optimiser wil analyze the where clause in one direction while the rule based optimzer analyzes it in the other direction. I tried to remain child-like, all I acheived was childish.
I would recommend you run an Explain Plan so that Oracle can tell you the execution path.
If one of the predicates in the Where statement should use an index according to your knowledge, and the Plan shows it does not, well, go figure ... AA 8~)
I don't think it makes a difference.
In Oracle, with RBO (Ruled based Optimizer), the order of the tables in the "from" clause makes a difference.
I don't think it makes a difference.
In Oracle, with RBO (Rule based Optimizer), the order of the tables in the "from" clause makes a difference.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.