Basically using subquery than joins mostly results in performance degradation, however using subqueries for smaller tables is fine while for larger tables go for joins (because subqueries may introduce internal worktables which is an extra overhead) !
Harsh Athalye
India
"Nothing is impossible"
|