📚 Question Bank Q87 — DBMS
Tags
DBMS
Q87. Marks: +2.0 UGC NET Paper 2: Computer Science and Application 26th June 2025 Shift 1
Consider the following three relations
Employee (eid, eName), Comp(cid, cName), Own(eid, cid). Which of the following relational algebra expression return the set of eids who own all brands:
 
1.π_eid ( π_eid,cid (Own) / π_cid (Comp) ) ✓ Correct
2.π_eid ( π_eid (Own) × π_cid (Comp) )
3.π_eid ( π_eid,cid (Own) × π_cid (Comp) )
4.π_eid ( π_eid (Own) × (π_cid,cName (Own) / π_cid (Comp)) )
📄 All “DBMS” questions across papers
🏷 Change Tag for this Question