RDBMS
Programming and Technical
What is Relational Algebra?
Read Solution (Total 1)
-
- An algebra is a formal structure consisting of sets and operations on those sets.
Relational algebra is a formal system for manipulating relations.
Operands of this algebra are relations.
Operations of this algebra include the usual set operations (since relations are sets of tuples), and special operations defined for relations
selection
projection
join. - 11 years agoHelpfull: Yes(1) No(1)
RDBMS Other Question