Skip to content

A relational database project made in "pgAdmin 4" using PostgreSQL.

Notifications You must be signed in to change notification settings

JasonNumberThirteen/PostgreSQLOnlineGamesShopping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Online Games Shopping

A relational database project made in "pgAdmin 4" using PostgreSQL.

Table of Contents

General information

  • This is a PostgreSQL project of the relational database for online games shopping.
  • The project presents my skills of relational database modelling and writing queries affecting the database.

Used technologies

  • draw.io software for designing a model of the database
  • PostgreSQL system for writing & executing queries (version 7.8)
  • Notepad++ text editor for merging queries into single script

Features

  • 11 tables with exemplary data
    • 2 tables serve as junction tables for "many-to-many" relations ("OrdersGames" and "GamesGenres")
  • autoincrementation of primary keys values; you don't need to add ID columns in order to insert new rows

Model

A relational database model of the online games shopping.

Credits

This project was made by Jason.

About

A relational database project made in "pgAdmin 4" using PostgreSQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published