Grd12_asg4_MySQL_PythonMySQLInterface_2024_25 (1)
Grd12_asg4_MySQL_PythonMySQLInterface_2024_25 (1)
1) Accept StuId , ContactNo from the user and update the same in the Student table.
2) Accept details of a new admission and insert the record into the table Student.
3) Accept StuId and display details of the student, along with details of books issued for that
student (using natural join). Display a suitable message if the student record is not found.
(Hint: Use cursor.rowcount to check if record is found).
4) Accept gender from the user and display the number of students of the gender entered by
the user.
*****************************************