/dvdrental

PostgreSQL database to play with query, ready with docker container.

Primary LanguageMakefile

dvdrental

About

This is postgres dvd rental database very useful to playing with queries.

I Do Not Own Anything. All the Rights in This Content Belong to Their Respective Owner's.

Links Resource

PostgreSQL Tutorial ER Diagram

PostgreSQL Tutorial DVD Rental ER Diagram

Requirement

  • docker
  • make

Running

# To start the docker image.
make
# To stop the docker image.
make docker_stop

Running

Connect to Database

Credentials:

name: dvdrental
user: postgres
password: postgres
port: 5432

Queries Example

queries.md