GeekArticles
FAQ
Oracle FAQSQL best practises
Author: asktom.oracle.com |
Published: 30th Apr 2008 |
Visited: 41 times |
Add CommentFiled in: Oracle FAQWhile writing SQL in oracle 10g
1) Should we ensure the joins are the first in where clause i.e
where a.table1=b.table2
and a.table1=:b
2) Is there a thumb rule that says in all cases bind varibles queries will give faster results than...
Read Article Sponsored Links
Related Articles