Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024

Database-Management-System

Question 690
In relational databases, the natural join of two tables is
A
cartesian product always
B
combination of union and filtered cartesian product
C
combination of selection and filtered cartesian product
D
combination of projection and filtered cartesian product
Question 690 Explanation: 
→While performing a natural join, if there were no common attributes between the two relations, Natural join will behave as Cartesian Product.
→ Example: If the tables R and S contains common attributes and value of that attribute in each tuple in both tables are same, then the natural join will result n*m tuples as it will return all combinations of tuples.
Correct Answer: D
Question 690 Explanation: 
→While performing a natural join, if there were no common attributes between the two relations, Natural join will behave as Cartesian Product.
→ Example: If the tables R and S contains common attributes and value of that attribute in each tuple in both tables are same, then the natural join will result n*m tuples as it will return all combinations of tuples.

Leave a Reply

Your email address will not be published. Required fields are marked *