Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 521 Bytes

File metadata and controls

27 lines (20 loc) · 521 Bytes

Database practice (PostgreSQL)


Getting started

To get it working, follow these steps:

  • Clone the repository from github
  • If you want to use Docker, commands to start app
    make init

    make init down

Platform: Stepik.org

Completed stages:

  • 1.1 - Relationships (tables)
  • 1.2 - Retrieving data.
  • 1.3 - Queries, group operations.
  • 1.4 - Nested queries.
  • 1.5 - Data rectification requests.
  • 1.6 - Table trip.
  • 1.7 - Table Violations.