Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 598 Bytes

File metadata and controls

10 lines (8 loc) · 598 Bytes

java-filmorate

Template repository for Filmorate project.

Схема базы данных Filmorate project

Screenshot of a comment on a GitHub issue showing an image, added in the Markdown, of an Octocat smiling and raising a tentacle.

Примеры запросов для основных операций :

  1. Выводим список всех фильмов SELECT * FROM films;
  2. Выводим список всех пользователей SELECT * FROM users;
  3. Выводим список всех жанров SELECT * FROM genres;