MS SQL Server Joins Question:

What is a self join in SQL Server?

Answer:

Two instances of the same table will be joined in the query.

Read All 49 SQL Server Joins Questions
Previous QuestionNext Question
What are different Types of Join?Explain Nested Join?