Class 12 CS - Program List
Class 12 CS - Program List
Class 12 CS - Program List
[Page 1 of 2]
16.Create a student table and insert data. Implement the following SQL commands
on the student table:
a. ALTER table to add new attributes / modify data type / drop attribute
b. UPDATE table to modify data
c. ORDER By to display data in ascending / descending order
d. DELETE to remove tuple(s) GROUP BY and find the min, max, sum,
count and average
17.Integrate SQL with Python by importing the MySQL module.
a. CREATE A TABLE
b. INSERT DATA
c. FETCH DATA
d. UPDATE RECORD
e. DELETE RECORD
************
[Page 2 of 2]