Self Join in SQL

Self Join in SQL

55.270 Lượt nghe
Self Join in SQL
📝 Get my free SQL Cheat Sheets: https://databasestar.mykajabi.com/lpkj-sql-cheat-sheets/?video=7T8b7g7aV1A 🎓 Master SQL Fundamentals: https://databasestar.mykajabi.com/sql-simplified/?video=7T8b7g7aV1A 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/sql-joins/ 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