Relational Algebra Versioin
Relational Algebra Versioin
• These Set Theory operations are the standard mathematical operations on set. These
operations are Binary operations that are, operated on 2 relations unlike PROJECT,
SELECT and RENAME operations. These operations are used to merge 2 sets in various
ways.
• The set operation is mainly categorized into the following:
1.Union operation
2.Intersection operation
3.Set difference or Minus operation
RELATIONAL ALGEBRA IN SQL AND DATABASE