0
7.4kviews
Explain the following relational algebra operations with proper examples

The terms are

i. Natural join

ii. Assignment

iii. Rename

iv. Set-intersection operation

v. Union

1 Answer
1
107views

Natural join

Natural join is a type of inner join which is based on column having same name and same datatype present in both the tables to be joined.

Example:

Assignment

  • The assignment operation () provides a convenient way to express complex queries
  • Write query as a sequential program consisting …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.