Question:

Natural Join can also be termed as _______ .

Show Hint

Natural joins are commonly used in relational databases to combine data from multiple tables based on common attributes.
Updated On: Jun 16, 2025
  • combination of Union and Cartesian Product
  • combination of Selection and Cartesian Product
  • combination of Projection and Cartesian Product
  • combination of Projection and Union
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

A natural join in relational algebra can be viewed as a combination of a projection and a Cartesian product. It combines rows from two relations by matching the values of common attributes and then applying a projection to remove duplicate columns.
Was this answer helpful?
0
0