Open In App

RENAME (ρ) Operation in Relational Algebra

Prerequisites – Introduction of Relational Algebra in DBMS, Basic Operators in Relational Algebra 

The RENAME operation is used to rename the output of a relation. 



Sometimes it is simple and suitable to break a complicated sequence of operations and rename it as a relation with different names. Reasons to rename a relation can be many, like –  

Notation: 



ρ X (R)

where the symbol ‘ρ’ is used to denote the RENAME operator and R is the result of the sequence of operation or expression which is saved with the name X.  

Sno Name
2600 Ronny
2655 Raja
ρ MaleStudent(Sno, Name) πRollNo, SNameCondition(Student))
ρ (A, B) (Department)
ρ Pro(P, Q, R) (Project)
ρ (P, B, C) (Student)
Article Tags :