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
At a really high level. to transform a sub-query to a JOIN:
Transforming a JOIN to Sub-Query entails the reverse of the above logic