1. Learn
  2. /
  3. Courses
  4. /
  5. Applying SQL to Real-World Problems

Exercise

Build the entity relationship diagram

Using the skills you learned throughout this chapter you will build an entity relationship diagram to trace and connect the tables needed to answer the following question:

Which films are most frequently rented?

Instructions 1/3

undefined XP
    1
    2
    3

Question

The first piece of information for this diagram is the list of films you will need.

Which table should you query to get this information?

Possible answers