course_sql

Problem: Sakila Movie rentals

We will use concepts from SQL 5 to investigate movie rentals by joining tables.

Because we are using multiple tables, we will sometimes be able to get a high-level view of the database through an ERD (entity relationship diagram). The below image shows a high-level summary of our Sakila database.

Sakila Database Diagram

Outcome

Process