As well as Inner Join in SQL, there are also 2 other popular joins when querying a relational database.
Let's see if we can figure out how they work.
The Student enrollment database has 3 tables.
How can we ouput all enrollment data for every student enrolled in a course?
Complete the Worksheet task.
Write SQL queries which pull related data from multiple tables in order to produce a result.