Q. What is a Self Join?

A
A join that links a table to itself
B
A join that does not require a condition
C
Another name for an INNER JOIN
D
A join that connects three or more tables
Solution:

A Self Join is a regular join, but the table is joined with itself. This is useful for querying hierarchical data or comparing rows within the same table (e.g., finding employees who have the same manager).

Entri Contact Image

Get Expert Advice for Free: Register for Your Free Consultation Now!