I'm under the assumption it's usually better tho run a join query than a subquery. Though I've read today that it's preferential to use a subquery over join queries that will create a temporay table.
So is it a good rule of thumb to always write subqueries in place of joins that require the DISTINCT or ORDER BY commands?



Reply With Quote






Bookmarks