Practicals
Practicals
Practical file
Of
Computer science
Session 2024-25
Submitted By:________
Roll No.__________
Certificate
____________
Signature of Teacher
____________
Signature of External
Index
32. Create a SQL table using python and accept 10 names and age .sort in descending order of
age and display them.
33. Create following table and then perform below listed SQL queries.
Display the records from table student in alphabetical order as per the
name of the student.
Display Class, Dob and City whose marks is between 450 and 551.
Display Name, Class and total number of students who have secured
more than 450 marks, class wise
Increase marks of all students by 20 whose class is “XII
34. Write a Program to show how to retrieve records from a database table Emp using MySQL
database connectivity in python.
35. Write a program to show how to add records in a database table Emp using MySQL databse
connectivity in python.
36. Write a Program to show how to update a record a record from a database table Emp using
MySQL database connectivity in python.
37. Write a Program to show how to DELETE a record from a database table Emp using MySQL
database connectivity in python.