0
16kviews
List Relational-Algebra Operations. Explain any two using MapReduce.
1 Answer
written 6.0 years ago by |
Relational Algebra Operations:
Selection.
Projection.
Union & Intersection.
Natural Join.
Grouping & Aggregation.
Selection:
Apply a condition c to each taple in the relation and produce as output only those tuples that satisfy c.
The result of this selection is denoted by 6c(R)
Selection really do not need the …