Cs-Web

View on GitHub

Binary operations : set diff

the result of this operation, denoted by R-S, is a relaiton that includes all tuples that are in R but not in S.

setDiff

UNION,INTERSECTION AND MINUS PROPERTIES

union,intersection,minus

union,intersection,minusRepr

Relational Algebra Operatoins from Set Theory : Cartesian Product (CROSS product)

crossProd

crossProd

Cross product will create wrong tuples

Wrong tuple: spurious tuple

Drawback of cartesian product

JOIN

join

joinEg