MS SQL Server Joins Question:

Explain Nested Join?

SQL Server Joins Interview Question
SQL Server Joins Interview Question

Answer:

In nested joins, for each tuple in the outer join relation, the system scans the entire inner-join relation and appends any tuples that match the join-condition to the result set.


Previous QuestionNext Question
What is a self join in SQL Server?What is Merge join?