
This project demonstrates the design and implementation of a simple contact management system using MySQL. It focuses on the fundamentals of relational database creation, table design, and CRUD (Create, Read, Update, Delete) operations.
The project includes SQL scripts for building the schema, inserting sample data, and performing various queries. A visual diagram is also provided to illustrate the database structure. It showcases the ability to manage structured data efficiently and to interact with databases through precise SQL commands.

Key Features:
This project strengthened my understanding of relational database design, query logic, and the workflow of real-world data management systems.