Skip to content

ironhack-labs/lab-sql-join

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

logo_ironhack_blue 7

Lab | SQL Join

In this lab, you will be using the Sakila database of movie rentals.The database is structured as follows:

DB schema

Instructions

  1. List the number of films per category.
  2. Display the first and the last names, as well as the address, of each staff member.
  3. Display the total amount rung up by each staff member in August 2005.
  4. List all films and the number of actors who are listed for each film.
  5. Using the payment and the customer tables as well as the JOIN command, list the total amount paid by each customer. List the customers alphabetically by their last names.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published