SELECT * FROM Employee START WITH ParentID IS NULL CONNECT BY PRIOR ID = ParentID ORDER SIBLINGS BY LastName, FirstName, ID;