Get startedGet started for free

Identify favorite actors for Spain

You're now going to explore actor popularity in Spain. Use as alias the first letter of the table, except for the table actsin use ai instead.

This exercise is part of the course

Data-Driven Decision Making in SQL

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

SELECT *
FROM renting as r 
LEFT JOIN ___  -- Augment table renting with information about customers 
___
LEFT JOIN ___  -- Augment the table renting with the table actsin
___
LEFT JOIN ___  -- Augment table renting with information about actors
___;
Edit and Run Code