Computer Science, asked by vastokevasanth2000, 3 months ago

With relevant examples discuss the various operations in Relational Algebras​

Answers

Answered by Yogeshjoshi210
2

Answer:

Relational algebra is a procedural query language, which takes instances of relations as input and yields instances of relations as output. It uses operators to perform queries. An operator can be either unary or binary. They accept relations as their input and yield relations as their output.

Five basic operations in relational algebra: Selection, Projection, Cartesian product, Union, and Set Difference. These perform most of the data retrieval operations needed.

Explanation:

Please mark me as brainliest

Similar questions