1. सीखें
  2. /
  3. प्रोजेक्ट्स
  4. /
  5. Data-Driven Decision Making in SQL

Connected

अभ्यास

Join renting and customers

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

निर्देश 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.