Python MySQL CRUD
🐍 Python MySQL CRUD Example
How This Script Works
Connects to MySQL database
testdb.Creates a table
studentsif it doesn’t exist.Inserts new student records.
Reads all records and prints them.
Updates a student’s age.
Deletes a student record.
Closes the connection safely.
