Question: Please answer all parts 20. Python program with MySQL connectivity *Create database School *Create table STUDENT (rollno, name, class, dob, marks) *Insert 8 rows *Count

Please answer all parts
20. Python program with MySQL connectivity *Create database School *Create table STUDENT (rollno, name, class, dob, marks) *Insert 8 rows *Count all records, Minimum marks, Maximum Marks, Add Marks of all the Students, Find the Average Marks of students. * Display those records whose name started with alphabet A *Display class, count no of students in each class, minimum marks, maximum marks, add marks, average marks (group by class) *Display only first 3 records from table
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
