0
6.8kviews
Describe the following Relational Algebra operations
1 Answer
0
77views

(i)Select:

• The select operator is used to select the rows from a table which satisfy particular selection condition given in selection operation.

• Select operator selects a set of tuples that satisfy a selection condition.

• Output of query is exactly same as input schema of table.

• This …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.