Student Database Management System
This repository contains a Python-based Student Database Management System that uses MySQL for database operations. The system allows users to perform CRUD (Create, Read, Update, Delete) operations on student records.
Features
Add New Student: Add a new student's information to the database. View Students: Retrieve and display all student records from the database. Update Student: Update the information of an existing student. Delete Student: Remove a student record from the database. Search Student: Search for a student using various criteria.
Prerequisites
To run this project, you will need: Python 3.x MySQL Server MySQL Connector for Python
NAME: Prachi Choudhary Project Link:https://github.com/prachichoudhary2004/Student-Database-Management-System/