Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 2

QUESTIONS 1) Create table STUDENT with attributes rollno, name, dept, sem, grade.

.Insert 5 records into the table student 2) Display All Records from the table Student 3) Display all information from student where department is IT 4) Display rollno & name from student 5) Display rollno, grade of IT student 6) Display all information from IT and CS students. 7) Display all information from student those who got first class or distinction 8) Display all the information from student those who passed the Exam. 9) Display name, rollno from IT department those who passed the Exam. 10) Display rollNo and name in sorted order of name 11) Display rollNo and grade from IT student and display in descending order of roll number. 12) Display name in ascending order if same name exists in the table, then sort by rollno. 13) Display all information from IT & CS student whose Grade is First Class or distinction 14) Change all failed student of IT dept to grade pass 15) Delete the details of the student whose dept is ME 16) Display different depts. in AJCE. 17)Display all information from STUDENT table using column aliases. 18) Display student details whose rollnos are20,30 and 40 19) Delete student details whose rollnos are not 5,10 and 12 20) Display all student names which start with lettersab. 21) Display all student names which do not start with lettersabc.

You might also like