Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 737 Bytes

readme.md

File metadata and controls

15 lines (11 loc) · 737 Bytes

logo_ironhack_blue 7

Lab | SQL Joins on multiple tables

In this lab, you will be using the Sakila database of movie rentals.

Instructions

  1. Write a query to display for each store its store ID, city, and country.
  2. Write a query to display how much business, in dollars, each store brought in.
  3. What is the average running time of films by category?
  4. Which film categories are longest?
  5. Display the most frequently rented movies in descending order.
  6. List the top five genres in gross revenue in descending order.
  7. Is "Academy Dinosaur" available for rent from Store 1?