Is there a generalized procedure or algorithm for transforming a SQL subquery into a join, or vice versa? That is, is there a set of typographic operations that can be appli
It often is possible, and what's good is that the query optimizer can do it automatically, so you don't have to care about it.