Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Sales of Genres in Cities | Ordering Data
Practice SQL with Cinema Database
course content

Course Content

Practice SQL with Cinema Database

Practice SQL with Cinema Database

1. Aggregating Data
2. Ordering Data
3. Join Data

Sales of Genres in Cities

Task

Which genre gives the biggest income in each city? To solve it:

  • Calculate the total sales for each genre in each city: group records by city and genre.
  • Order the records by city lexicographically and then by total sales, starting with most selling genre.

Output data under columns city, genre, and sales.

Task

Which genre gives the biggest income in each city? To solve it:

  • Calculate the total sales for each genre in each city: group records by city and genre.
  • Order the records by city lexicographically and then by total sales, starting with most selling genre.

Output data under columns city, genre, and sales.

Switch to desktop for real-world practiceContinue from where you are using one of the options below

Everything was clear?

Section 2. Chapter 6
toggle bottom row

Sales of Genres in Cities

Task

Which genre gives the biggest income in each city? To solve it:

  • Calculate the total sales for each genre in each city: group records by city and genre.
  • Order the records by city lexicographically and then by total sales, starting with most selling genre.

Output data under columns city, genre, and sales.

Task

Which genre gives the biggest income in each city? To solve it:

  • Calculate the total sales for each genre in each city: group records by city and genre.
  • Order the records by city lexicographically and then by total sales, starting with most selling genre.

Output data under columns city, genre, and sales.

Switch to desktop for real-world practiceContinue from where you are using one of the options below

Everything was clear?

Section 2. Chapter 6
toggle bottom row

Sales of Genres in Cities

Task

Which genre gives the biggest income in each city? To solve it:

  • Calculate the total sales for each genre in each city: group records by city and genre.
  • Order the records by city lexicographically and then by total sales, starting with most selling genre.

Output data under columns city, genre, and sales.

Task

Which genre gives the biggest income in each city? To solve it:

  • Calculate the total sales for each genre in each city: group records by city and genre.
  • Order the records by city lexicographically and then by total sales, starting with most selling genre.

Output data under columns city, genre, and sales.

Switch to desktop for real-world practiceContinue from where you are using one of the options below

Everything was clear?

Task

Which genre gives the biggest income in each city? To solve it:

  • Calculate the total sales for each genre in each city: group records by city and genre.
  • Order the records by city lexicographically and then by total sales, starting with most selling genre.

Output data under columns city, genre, and sales.

Switch to desktop for real-world practiceContinue from where you are using one of the options below
Section 2. Chapter 6
Switch to desktop for real-world practiceContinue from where you are using one of the options below
We're sorry to hear that something went wrong. What happened?
some-alt