Which tables?
You must answer the following question using a query:
Which films are most frequently rented?
Which of these table(s) do you need to prepare the query to answer this question?
| Tables | |
|---|---|
| actor | film_actor |
| address | inventory |
| category | language |
| customer | payment |
| film | rental |
This exercise is part of the course
Applying SQL to Real-World Problems
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise