Joins
Joins
Joins
SELECT column_name(s) FROM table1 T1, A self join is regular join but it can be used to SELECT B.* FROM EMPLOYEES A JOIN
Self Join EMPLOYEES B ON A.MANAGER_ID =
table1 T2 WHERE condition; joined with itself. B.MANAGER_ID WHERE A.EMP_ID = 'E1001';
Author(s)
D.M Naidu
Changelog
Date Version Changed by Change Description
2023-05-04 1.1 Benny Li Formatting changes
2022-10-04 1.0 D.M.Naidu Initial Version
about:blank 1/1