Rename (relational algebra)

ID: rename-relational-algebra

In relational algebra, the **Rename** operation is used to change the name of a relation or to change the names of the attributes (columns) within a relation. This operation is particularly useful when you want to avoid ambiguity in queries that involve multiple relations, or when you want to make the names of attributes more meaningful or clearer for subsequent operations.

New to topics? Read the docs here!