Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 256 Bytes

File metadata and controls

9 lines (7 loc) · 256 Bytes

What are the unary operations in Relational Algebra?

The five unary operations in relational algebra are:

1.Selection: σ (sigma)
2. Projection: π (pi)
3. Rename: ρ (rho)
4.Duplicate elimination: δ (delta)
5. Sort: τ (tau)