Anonymous

Explain The Statement That Relational Algebra Operators Can Be Composed. Why The Ability To Compose Operators Is Important?

1

1 Answers

Anonymous Profile
Anonymous answered
Every operator in relational algebra accepts one or more relation instances as arguments and the result is always a relation instance. So the argument of one operator could be the result of another operator. This is important because, this makes it easy to write complex queries by simply composing the relational algebra operators.

Answer Question

Anonymous