This repository contains the project aimed at designing and implementing a database to manage a chain of pharmacies. The project is divided into two parts:
Design of a relational database for managing a chain of pharmacies. It includes essential details for pharmacies, employees, medications, laboratories, distributors, orders, and gift products.
File: relational_diagram.pdf
Implementation of SQL statements to create the schema, insert data, and write queries and triggers based on the relational schema.
Files: