Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Cinema's database | Aggregating Data
Practice SQL with Cinema Database
course content

Зміст курсу

Practice SQL with Cinema Database

Practice SQL with Cinema Database

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

Cinema's database

Welcome to the SQL Bootcamp! In this course, we'll be working with data on cinemas and movies. We have data stored in the database with the next schema:

This database consists of six tables:

  • director contains info about te various movies directors.
  • manager contains a list of cinemas' managers.
  • genre stores list of movies genres.
  • cinema contains a list of cinemas. Each cinema has label column as a cinema's name, address, manager_id that refers to manager table, and city in which the cinema is located.
  • movie table stores data about label, year of release, genre_id, and director_id, as well as the movie rating.
  • schedule table contains records of ids' pairs: cinema_id and movie_id. It corresponds to which movie has the box office in which cinema and the total sales of this movie in this cinema.

Here we can see the records of the movie table.

To see other tables' content, run the select query using the code editor.

Note that some fields may contain NULL values; some movies may not be at the box office, or some directors have not produced films among present in the movie table. This database is created for studying, but it represents the real-like databases that can contain imperfect data or some extra data. Don't be afraid of it, but keep in mind.

The order of the rows matters. If you are unable to submit a valid query due to Incorrect Output, double check that the rows are arranged as requested in the assignment. Then check that the column names are correct.

Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів

Все було зрозуміло?

Секція 1. Розділ 1
toggle bottom row

Cinema's database

Welcome to the SQL Bootcamp! In this course, we'll be working with data on cinemas and movies. We have data stored in the database with the next schema:

This database consists of six tables:

  • director contains info about te various movies directors.
  • manager contains a list of cinemas' managers.
  • genre stores list of movies genres.
  • cinema contains a list of cinemas. Each cinema has label column as a cinema's name, address, manager_id that refers to manager table, and city in which the cinema is located.
  • movie table stores data about label, year of release, genre_id, and director_id, as well as the movie rating.
  • schedule table contains records of ids' pairs: cinema_id and movie_id. It corresponds to which movie has the box office in which cinema and the total sales of this movie in this cinema.

Here we can see the records of the movie table.

To see other tables' content, run the select query using the code editor.

Note that some fields may contain NULL values; some movies may not be at the box office, or some directors have not produced films among present in the movie table. This database is created for studying, but it represents the real-like databases that can contain imperfect data or some extra data. Don't be afraid of it, but keep in mind.

The order of the rows matters. If you are unable to submit a valid query due to Incorrect Output, double check that the rows are arranged as requested in the assignment. Then check that the column names are correct.

Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів

Все було зрозуміло?

Секція 1. Розділ 1
toggle bottom row

Cinema's database

Welcome to the SQL Bootcamp! In this course, we'll be working with data on cinemas and movies. We have data stored in the database with the next schema:

This database consists of six tables:

  • director contains info about te various movies directors.
  • manager contains a list of cinemas' managers.
  • genre stores list of movies genres.
  • cinema contains a list of cinemas. Each cinema has label column as a cinema's name, address, manager_id that refers to manager table, and city in which the cinema is located.
  • movie table stores data about label, year of release, genre_id, and director_id, as well as the movie rating.
  • schedule table contains records of ids' pairs: cinema_id and movie_id. It corresponds to which movie has the box office in which cinema and the total sales of this movie in this cinema.

Here we can see the records of the movie table.

To see other tables' content, run the select query using the code editor.

Note that some fields may contain NULL values; some movies may not be at the box office, or some directors have not produced films among present in the movie table. This database is created for studying, but it represents the real-like databases that can contain imperfect data or some extra data. Don't be afraid of it, but keep in mind.

The order of the rows matters. If you are unable to submit a valid query due to Incorrect Output, double check that the rows are arranged as requested in the assignment. Then check that the column names are correct.

Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів

Все було зрозуміло?

Welcome to the SQL Bootcamp! In this course, we'll be working with data on cinemas and movies. We have data stored in the database with the next schema:

This database consists of six tables:

  • director contains info about te various movies directors.
  • manager contains a list of cinemas' managers.
  • genre stores list of movies genres.
  • cinema contains a list of cinemas. Each cinema has label column as a cinema's name, address, manager_id that refers to manager table, and city in which the cinema is located.
  • movie table stores data about label, year of release, genre_id, and director_id, as well as the movie rating.
  • schedule table contains records of ids' pairs: cinema_id and movie_id. It corresponds to which movie has the box office in which cinema and the total sales of this movie in this cinema.

Here we can see the records of the movie table.

To see other tables' content, run the select query using the code editor.

Note that some fields may contain NULL values; some movies may not be at the box office, or some directors have not produced films among present in the movie table. This database is created for studying, but it represents the real-like databases that can contain imperfect data or some extra data. Don't be afraid of it, but keep in mind.

The order of the rows matters. If you are unable to submit a valid query due to Incorrect Output, double check that the rows are arranged as requested in the assignment. Then check that the column names are correct.

Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Секція 1. Розділ 1
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
We're sorry to hear that something went wrong. What happened?
some-alt