Correct Answer: 1
Explanation:
Loading...
Correct Answer: 1
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 SeriesConsider R(P,Q) and S(X,Y). Let E = {u | exists v exists w, (u,v) in R AND (v,w) in S}. Which relati…
Consider two relations describing teams and players in a sports league:teams(tid, tname); players(pi…
Consider the following two relations, R(A,B) and S(A,C):R: (10,20), (20,30), (30,40), (30,50)S: (10,…
The relation schema Person(pid, city) describes the city of residence for every person uniquely iden…
Which one of the options given below refers to the degree (or arity) of a relation in relational dat…
Consider relations Employee(eId, Name), Brand(bId, bName), Own(eId, bId). Which of the following rel…