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 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…
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…
A relation r(A, B) has 1200 tuples. Attribute A ranges from 6 to 20 and attribute B ranges from 1 to…