Consider the following relational schema: Students ( rollno: integer, name: string, age: integer, cgpa: real) Courses ( courseno: integer, cname: string, credits: integer) Enrolled ( rollno: integer, courseno: integer, grade: string) Which of the following options is/are correct SQL query/queries to retrieve the names of the students enrolled in course number (i.e., courseno) 1470?
Topic-wise GATE CS PYQs with verified steps
