Tag Archives: SQL Server Joins

The Self-Join SQL Query

There are times when it is necessary to join a table to itself. Let’s take a look at the Employee table in the AdventureWorks database to understand the need for a self-join and then how to put one together. We’ll see how to put together a simple self-join and then how to join more tables … Continue reading The Self-Join SQL Query