Free views, likes and subscribers at YouTube. Now!
Get Free YouTube Subscribers, Views and Likes

Self Join in SQL

Follow
Database Star

 Get my free SQL Cheat Sheets: https://www.databasestar.com/getsql...
 Learn and become confident in SQL: https://databasestar.mykajabi.com/sql...

A self join in SQL is where you write a query on one table that joins to the same table a second time. It's used when you have a record in the table that refers to another record in the same table.

A common example is employees and managers, or product categories. Anything with a "hierarchical data" setup may use an SQL self join.

This video shows you what an SQL self join is, how to write one, and how to overcome issues with column names and missing data.

You can find out more about joins overall in this guide here: https://www.databasestar.com/sqljoins/

If you want more database training, practice questions, and guides, enroll in Database Star Academy here: https://www.databasestar.com/dsa/

If you have any suggestions for other videos or comments on this one, let me know in the comments below.

Timestamps:
00:00 Introduction
00:12 Self Join definition
01:38 Employee solution
06:03 Final query
06:45 Categories example
07:30 Left Join

posted by wynad2g