Term-2 IP Class 12 CBSE 2021-22 Suggested Practical List with solution

  1. Create a student table with the student id, name, and marks as attributes where the student id is
    the primary key.
  2. Insert the details of a new student in the above table.
  3. Delete the details of a student in the above table.
  4. Use the select command to get the details of the students with marks more than 80.
  5. Find the min, max, sum, and average of the marks in a student marks table.
  6. Find the total number of customers from each country in the table (customer ID, customer
    Name, country) using group by.
  7. Write a SQL query to order the (student ID, marks) table in descending order of the marks.

2 thoughts on “Term-2 IP Class 12 CBSE 2021-22 Suggested Practical List with solution”

Leave a Comment

Your email address will not be published. Required fields are marked *

error: Content is protected !!