1. Learn
  2. /
  3. Courses
  4. /
  5. Data-Driven Decision Making in SQL

Exercise

Join renting and customers

For many analyses it is necessary to add customer information to the data in the table renting.

Instructions 1/3

undefined XP
    1
    2
    3
  • Augment the table renting with all columns from the table customers with a LEFT JOIN.
  • Use as alias' for the tables r and c respectively.