What is Relational Algebra?



Suraj Said

+0 -0

Relational algebra is a formal system for manipulating and querying relational databases, based on mathematical relations. It is used to define a set of operations that can be performed on one or more tables in a relational database.
The basic operations in relational algebra include:
Selection, Projection, Cartesian product, Union, Intersection, Difference, Join



Submit Your Response