Which symbol is used in relational algebra projection?
Answers
Answered by
0
In relational algebra, a projection is aunary operation written as where is a set of attribute names. The result of such projection is defined as the set obtained when the components of the tuple are restricted to the set – it discards (or excludes) the other attributes.
Similar questions