Quantcast
Channel: Forum Getting started with SQL Server
Viewing all articles
Browse latest Browse all 7129

In which sequence are queries and sub-queries executed by the SQL Engine

$
0
0

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


Viewing all articles
Browse latest Browse all 7129

Trending Articles