Saturday, April 5, 2025

Correlated Sub Query

 Correlated Sub Query

In a Correlated Subquery the inner query is dependent on the Outer Query. You cannot run the inner query independently.


 Non Correlated Sub Query

In a Non Correlated Subquery the inner query is NOT dependent on the Outer Query. You cannot run the inner query independently.

https://youtu.be/Ra3ISwvcFlM?si=ENQPwqmxdqBBnUwp

No comments:

Post a Comment

SQL Interview Questions

Common SQL Interview Questions Common SQL Interview Questions 1. JOIN Types INNER JOIN: Only matching row...