May 2020
Beginner
564 pages
14h 9m
English
|
Non-correlated |
Correlated |
|
The inner query doesn't depend on the outer query. |
Inner query depends on the outer query. |
|
Can run as a standalone query. |
Can't run as a standalone query. |
|
Executed only once. |
Executed once for each row selected in the outer query. |
|
Executed before the outer query. |
Executed after the outer query. |
|
Can't be used instead of JOIN on the outer query. |
Can be used instead of JOIN on the outer query, but will be slower than a JOIN. |
Read now
Unlock full access