Joining a table to itself.
FROM emp a, emp b
WHERE a.mgr = b.empno;
Joining a table to itself.
Oracle SQL PL/SQL Online Tutorial - Copyright © 2010 · Provided By Free Blogger Templates Design by Brian Gardner · Bloggerized by Zona Cerebral | Freethemes4all.com