- #1
atrus_ovis
- 101
- 0
Homework Statement
Say you have two tables, S(A,B) , R(A,B), where A is the key for both.
Lets say there is a tuple x0,y1 in S, and a tuple x0,y2 in R
You use then this projection
π(S[tex]\cup[/tex]R)
My question is,do the rules of primary key constraints apply to a projection?
Will the result include
...
x0,y1
x0,y2
...
or is there going to be a problem, because of non unique primary keys in column one?
The Attempt at a Solution
N/A