These are two types of subquery – Correlated and Non-Correlated.
The correlated subquery cannot be considered as an independent query, but it can refer the column in a table listed in the FROM the list of the main query.
The Non-Correlated subquery can be considered as an independent query and the output of subquery are substituted in the main query.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
These are two types of subquery – Correlated and Non-Correlated.
The correlated subquery cannot be considered as an independent query, but it can refer the column in a table listed in the FROM the list of the main query.
The Non-Correlated subquery can be considered as an independent query and the output of subquery are substituted in the main query.