This repository contains the SQL database developed for the semester assignment.
The project focuses on the design and implementation of the relational database PDB using SQL.
It includes the database schema, relationships, constraints, and sample data.
pdb_database.sql→ Full database schema and data
- Open your DBMS (MySQL / PostgreSQL / MariaDB).
- Create a new database.
- Import the SQL file:
SOURCE pdb_database.sql;
Terpsidou Eleni