In which sequence are queries and sub-queries executed by the SQL Engine?
Which is correct ?
a. primary query -> sub query -> sub sub query and so on
b. sub sub query -> sub query -> prime query
c. the whole query is interpreted at one time
d. there is no fixed sequence of interpretation, the query parser takes a decision on the fly