Home - halotukozak/PBD GitHub Wiki
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.