Question:In which sequence are queries and sub-queries executed by the SQL Engine?
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
+ AnswerB
+ Report