Question 16 Consider the following relation schema Students(rollno: integer, sname: string) Courses(courseno: integer, cname: string) Registration(rollno: integer, courseno: integer, percent: real) Which of the following queries […]
Question 510 (i) DML includes a query language based on both relation algebra and tuple calculus (ii) DML includes a query language based on tuple calculus […]
Question 484 Consider the query : SELECT student_name FROM students WHERE class_name=(SELECT class_name FROM students WHERE math_marks=100); what will be the output ? A the list […]