Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.
bartlomiejkozak edited this page Jan 13, 2024 · 6 revisions

Fundamentals of Databases 2023 2024 – project documentation

Documentation of the project made during Fundamentals of Databases 2023/2024 classes.

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 Faker which is a project made in Kotlin to generate random data.

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

Clone this wiki locally