Question: Explain what the following SQL statemen does. SELECT AVG(CP) FROM (SELECT COUNT(Productld) As CP FROM OrderLine_t GROUP BY OrderID) AS CountTable
Explain what the following SQL statemen does. SELECT AVG(CP) FROM (SELECT COUNT(Productld) As CP FROM OrderLine_t GROUP BY OrderID) AS CountTable
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
