Question: SQL - 7 . List those sales reps who started working for the company before their manager. table [ [ table [ [

SQL-7. List those sales reps who started working for the company before their manager.
\table[[\table[[SELECT Rep.RepNum, Rep.LastName, Mgr.RepNum,],[Mgr.LastName],[FROM tblSIsrep Mgr, tblSIsrep Rep],[WHERE Mgr.RepNum = Rep.RepNum],[AND Rep.StartDate Mgr.StartDate;]],\table[[SELECT Rep.RepNum, Rep.LastName, Mgr.RepNum,],[Mgr.LastName],[FROM tblSlsrep Mgr, tblSlsrep Rep],[WHERE Mgr.RepNum = Rep.MgrID],[AND Rep.StartDate Mgr.StartDate;]]],[\table[[SELECT RepNum, LastName, Mgr.RepNum,],[Mgr.LastName],[FROM tblSlsrep Mgr, tblSlsrep Rep],[WHERE Mgr.RepNum = Rep.MgrID],[AND Rep.StartDate Mgr.StartDate;]],\table[[SELECT Rep.RepNum, Rep.LastName, Mgr.RepNum,],[Mgr.LastName],[FROM tblSlsrep Mgr, tblSlsrep Rep],[WHERE Rep.RepNum = Mgr.MgrID],[AND Rep.StartDate Mgr.StartDate;]]]]
 SQL-7. List those sales reps who started working for the company

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!