Select distinct name from students, courses, grades where students.roll_no = grade.roll_no and courses.instructor = Korth and courses.course_no = grades.course_no and grades.grade = A; Which of the following sets is computed by the above query? Tables: Students(roll_no,name,dob) Courses(course_no,course_name,instructor) Grades(roll_no,course_no,grade)
Reveal answer
Fill a bubble to check yourself