0
9.7kviews
Explain Relational algebra operations with proper examples

The terms are

i. Set Intersection

ii. Generalized Projection

iii. Division Operator

iv. Natural Join

1 Answer
0
135views

The relational algebra is a procedural query language. It consists of a set of operations that take one or two relations as input and produce a new relation as their result.

i. Set Intersection

  • Set Intersection is used to find intersecting tuples from two relations.
  • Suppose that we wish to …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.