Correct Answer: 5
Explanation:
Loading...
Correct Answer: 5
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…
Table Student (rollNum PK, name, gender, marks): rows (1,Naman,M,62), (2,Aliya,F,70), (3,Aliya,F,80)…
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…