Question: Important fields that will be needed ( to save space I used abbreviations that should NOT be used in actual programming ) : tblCustomer: CustomerNumber

Important fields that will be needed (to save space I used "abbreviations" that should NOT be used in actual programming):
tblCustomer:
CustomerNumber [I put it as
"CustNum" - JUST for this exam]
SalesRepNumber [I put it as "RepNum"
JUST for this exam]
tbISIsrep:
SalesRepNumber [I put it as "RepNum" - JUST for this exam]
CommissionRate [I put it as "ComRate"
-IST for this exam]
SQL-6. Display the average balance (name it AvgBal) for those states (so display state) whose average balance is higher than the average balance of all customers. Display also the average of the whole table under the header AllAvg.
\table[[SELECT AVG(Balance),AVG(Balance),AVG(Balance),AVG(Balance)],[\table[[AS,AvgBal,,State,],[ SELECT,AVG(Balance),]],\table[[AS AvgBal, State,],[(SELECT AVG(Balance)]],\table[[AS AvgBal, State, As,],[AVG(Balance) AS AllAvg,A]],\table[[AS AvgBal, State,],[AVG(Balance) AS AllAvg]]],[FROM tblCustomer) AS,FROM tblCustomer) AS,FROM tblCustomer,\table[[FROM tblCustomer],[GROUP BY State]]],[\table[[AllAvg],[FROM tblCustomer]],Allavg,GROUP BY Sta,HAVING AvgBal>],[GROUP BY State,\table[[FROM tblCustomer],[GROUP BY State]],\table[[AVG(Balance);],[AVI]],FROM tblCustomer);],[HAVING AVG(Balance),\table[[HAVING AVG(Balance)],[> AllAvg;]],,],[\table[[(SELECT AVG(Balance)],[FROM tblCustomer);]],,,]]
SQL-7. List those sales reps who started working for the company before their manager.
 Important fields that will be needed (to save space I used

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!