0
10.0kviews
Explain Relational algebra operations with proper examples

The terms are:

(i) Set difference

(ii) Generalized Projection

(iii) Natural join

(iv) Rename

1 Answer
0
237views
  • Set Difference

    Returns all rows that are in the result of query 1 but not in the result of query.

    The relations R and S must be union-compatible, and the schema of the result is defined to be identical to the schema of R.

    • Syntax: (Query Expression 1) - (Query …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.