Hi,
I am Emmanuel Katto from UK. Can someone tell me is SELF JOIN an INNER JOIN or OUTER JOIN?
Thanks! Emmanuel
Hi,
I am Emmanuel Katto from UK. Can someone tell me is SELF JOIN an INNER JOIN or OUTER JOIN?
Thanks! Emmanuel
@emmanuelkatto:
There are four main types of JOINs in SQL: INNER JOIN, OUTER JOIN, CROSS JOIN, and SELF JOIN which (in itself) already implies that a SELF JOIN is none of the others. With other words it operates on one table only, hence there is no intersection (the defining element of an INNER or OUTER join).
Please login to leave a reply, or register at first.