Relational Algebra and Calculus - Quiz

  • AUnion
  • BJoin
  • CCartesian product
  • DAll of these
  • AIt includes all the tuples from both the relations satisfying the join condition along with all the tuples in the right relation that do not have a corresponding tuple in the left relation.
  • BIt includes all the tuples from both the relations satisfying the join condition along with all the tuples in the left relation that do not have a corresponding tuple in the right relation.
  • CIt selects all the tuples satisfying the join condition along with the tuples for which no tuples from the other relation satisfy the join condition.
  • DNone of these
  • AJoin, cartesian product (multiplication), division
  • BProject, restriction, union
  • CUnion, intersection, minus
  • DUpdate, insert, delete
  • ANone of these
  • BBoth (a) and (b)
  • CAssociative
  • DCommutative