Correct Answer: 2
Explanation:
Loading...
Correct Answer: 2
Explanation:
Take your GATE-CS preparation to the next level. Practice with full-length mock tests, get instant results, and track your progress with detailed analytics.
Browse GATE-CS Test SeriesStudents(rollno, name, age, cgpa), Courses(courseno, cname, credits), Enrolled(rollno, courseno, gra…
Consider the database query (SQL) on sports league tables player(pid,pname,age), coach(cid,cname), t…
Consider the following SQL query: SELECT * FROM Student AS S WHERE NOT EXIST (SELECT cNo FROM Course…
SQL query: SELECT deptId, count(*) FROM emp WHERE gender='female' AND salary > (SELECT avg(salary) F…
Consider the following relational database. Suppliers(sno, sname, location): S1-Royal furniture-Delh…
Relational database with Student (Roll_no, Student_name) and Performance (Roll_no, Subject_code, Mar…