...
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 751
A table joined with itself is called
A
join
B
self join
C
outer join
D
Equi join
Question 751 Explanation: 
● A self join is a join in which a table is joined with itself (which is also called Unary relationships), especially when the table has a FOREIGN KEY which references its own PRIMARY KEY.
● To join a table itself means that each row of the table is combined with itself and with every other row of the table.
Correct Answer: B
Question 751 Explanation: 
● A self join is a join in which a table is joined with itself (which is also called Unary relationships), especially when the table has a FOREIGN KEY which references its own PRIMARY KEY.
● To join a table itself means that each row of the table is combined with itself and with every other row of the table.

Leave a Reply

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