In SQL, joins are used to combine rows from two or more tables based on a related column between them. There are different types of joins, but they generally fall into two categories: Equi Joins and Non-Equi Joins.
Equi Joins
An Equi Join is a type of join that combines rows from two or more tables based on a condition that compares the equality of specified columns. This is the most common type of join. The 'INNER JOIN', 'LEFT JOIN', 'RIGHT JOIN', and 'FULL OUTER JOIN' can all be equi joins when they use the equality operator ('=') in the join condition
https://www.youtube.com/watch?v=skLfDUocgak
This book doesn't feature me anymore because I feel bad to do it. I prefer only to just present my o.cs introducing theirselves to you.
Plus credit to @Daniel1821 for the original idea because I took it from her so don't report me please. :3 And the same stands even if I have re-written the whole things in each chapter!