This repository contains a Python script that demonstrates how to connect to data base, create table and database and interact with a MySQL database using the mysql-connector-python library. The ...
This is a simple student management application that uses Python and MySQL for basic database operations such as creating tables, adding, viewing, updating, and deleting student records.