Joins
- Explain the CROSS JOIN in SQL.
- Explain the difference between SINGLE JOIN and MULTIPLE JOIN.
- How do you find records that exist in one table but not in another?
- How do you join two tables based on a foreign key?
- How do you perform a full outer join in SQL?
- What is a JOIN in SQL?
- What is a self-join?
- What is the difference between INNER JOIN and LEFT JOIN?
