Skip to content

A SQL based project that was developed as an assignment for the subject of Databases.

Notifications You must be signed in to change notification settings

thanosparavantis/relational-dbms-1

 
 

Repository files navigation

Relational DBMS 1

A SQL based project that was developed as an assignment for the subject of Databases. The goal of this project is to design a relational database for storing the data of a car dealership company. We generated hypothetical database entries using Mockaroo for random data generation. We designed SQL queries for creating tables, managing records, filtering and defining relationships. We perform database normalization based on Third-Normal-Form (3NF) and Boyce-Codd Normal Form (BCNF). We setup triggers and cursors to ensure data integrity and perform maintenance. Finally, we have written a program in Java using the JDBC client to simulate real world consumption of the database.

Group members involved in this project:
Ioannidis Panagiotis, Paravantis Athanasios, Nikas Dionisios

Browse through related projects on thanos.dev:
https://thanos.dev/projects/relational-dbms-1

About

A SQL based project that was developed as an assignment for the subject of Databases.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 64.6%
  • PLpgSQL 35.4%