I have two relations,
R1: { (copy1, member1), (copy2, member1), (copy3, member2), (copy4, member2) }
R2: { (copy1, 3), (copy2, 5), (copy3, 6), (copy4, 2) }
Note: In both R1 and R2, copy# should not repeat.
I want a set of all copies against "member1" whom due date is less than x, where x belongs to Natural numbers.


LinkBack URL
About LinkBacks


