+1 vote
in Class 12 by kratos

What is relational algebra?

1 Answer

+6 votes
by kratos
 
Best answer

Relational algebra is a formal system for manipulating relations. Operands of this algebra are relations (a set of tuples). Operations of this algebra include the usual set operations and special operations defined for relations. The Fundamental operations of Relational algebra are Select, Project, Union, Set different, Cartesian product.

...