开发者

Different way of writing intersection in relational algebra

U开发者_StackOverflow社区sing basic operators, derive the additional operator intersection.

R ∩ S = ?

I thought it might be: (R ∪ S) - ((R -S) ∪ (S -R)) but I also think there might be an easier way of doing it?


A intersected with B is equal to A - (A - B) or equivalenty B - (B - A)


R ∩ S is also equal to ~( (~R) ∪ (~S) )

where ~A is the complement of A

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜