Ed 700 S Wrong Sql Code Select Customername Sum Quantityordered Totalq Customers C Orders Q37226977

Asked what is wrong with the following SQLcode:

ed 7.00 on Whats wrong with this SQL code? select customername, sum(quantityordered) as totalq from customers c, orders, o,

Select one a. Nothing. This code will work fine. b. customername must be qualified by the alias c O c. The join is not fully

ed 7.00 on What’s wrong with this SQL code? select customername, sum(quantityordered) as totalq from customers c, orders, o, orderdetails d where c.customernumber o.customernumber group by customername having totalq < 400; Select one a. Nothing. This code will work fine. b. customername must

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.