Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 1.33 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.33 KB

Fundamentals of Databases 2023/2024 – project

The repository includes:

  • The diagram of the database (with PKs, FKs and relations)
  • The SQL schema which contains the CREATE TABLE statements
  • The SQL triggers which contains the CREATE TRIGGER statements
  • The SQL views which contains the CREATE VIEW statements
  • The SQL procedures which contains the CREATE PROCEDURE statements
  • The SQL functions which contains the CREATE FUNCTION statements
  • The SQL roles which contains the CREATE ROLE and GRANT EXECUTE statements
  • The Faker which is a project made in Kotlin to generate random data.

The full documentation is available in Wiki tab

diagram

by Bartosz Buczek, Bartłomiej Kozak, Tomasz Kurcoń