Hubbry Logo
search button
Sign in
Rename (relational algebra)
Rename (relational algebra)
Comunity Hub
History
arrow-down
starMore
arrow-down
bob

Bob

Have a question related to this hub?

bob

Alice

Got something to say related to this hub?
Share it here.

#general is a chat channel to discuss anything related to the hub.
Hubbry Logo
search button
Sign in
Rename (relational algebra)
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the Rename (relational algebra) Wikipedia article. Here, you can discuss, collect, and organize anything related to Rename (relational algebra). The purpose of...
Add your contribution
Rename (relational algebra)

In relational algebra, a rename is a unary operation written as where:

The result is identical to R except that the b attribute in all tuples is renamed to a.[1] For an example, consider the following invocation of ρ on an Employee relation and the result of that invocation:

Name EmployeeId
Harry 3415
Sally 2241
EmployeeName EmployeeId
Harry 3415
Sally 2241

Formally, the semantics of the rename operator is defined as follows:

where is defined as the tuple t, with the b attribute renamed to a, so that:

References

[edit]
  1. ^ Introduction to Database Systems. Pearson Education India. 2010. pp. 103–105. ISBN 978-81-317-3192-5.