This project consists of designing a campsite booking system's database. It is an assignment for the SQL - DATABASES course, of the AUEB's Coding Factory boot-camp.
Check documentation folder for a more detailed overview.
- Database Schema design principles.
- Normalization (Up to the 3rd Normal Form).
- SQL as a Data Definition Language.
- Primary / Foreign key, referential integrity and check constraints.
- Microsoft SQL Server's TS-SQL.
- Creating Functions and calculated columns.