TITLE:STUDENTS RECORDS DATABASE
DESCRIPTION: The Student Records System helps universities or educational institutions manage:
Student Data
Course Data
Enrollment Data
Department Data
Running the project Prerequisites: MySQL Database (or any relational database that supports SQL) MySQL Workbench or any SQL client for managing the database Basic Knowledge of SQL
To run the project you can use SELECT statements to query and retrieve information, such as: List all students: SELECT * FROM Students;
##erd ![ERD Diagram] (https://github.com/cathykafi/database/blob/main/Screenshot_2025-05-14_00_15_24.png)
![ERD Diagram] (https://github.com/cathykafi/database/blob/main/Screenshot_2025-05-14_00_15_34.png)