List fundamental operations of relational algebra. Explain any two of them.
Answers
Answered by
3
Answer:
- selection
- Projection
- Cartesian product
- Union
- Set difference
Explanation:
Projection: Projection operator (π) is a unary in relational algebra that performs a projection operation. It displays the columns of a relational or a table based on a specified attributes.
Set difference: Set difference in relational algebra is the same operation as in set theory with the constraint that both relation should have same set of attributes.
Similar questions