Lecture7.pdf

💡Recall

🖋 Notes

Relational Algebra

Conditions

Conditions that can be used in several algebraic operators (similar to the SELECT filter conditions):

  1. attribute_name relational_operator value
  2. attribute_name IS [NOT] IN single_column_relation
  3. relation {IS [NOT] IN | = | <>} relation
  4. (condition) NOT condition condition1 AND condition2 condition1 OR condition2

Operators in the Algebra

Selection

Projection

Cross/Cartesian product

Union

Intersection

Difference

Join