Skip to content

tirzasrwn/dvdrental

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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