Ask Question
22 February, 07:30

1. Write a query to list the names all products (by product code and name) and the average ordered quantity for each product with a product name that starts with 198 (if the product has never been ordered, then only show the product code and name). Order the result by ascending order of average ordered quantity.

+4
Answers (1)
  1. 22 February, 10:32
    0
    select WorkCenterId, Count (ProducedIn_t. ProductID) as 'TotalProducts' from ProducedIn_t left outer join Product_t on Product_t. ProductID=Product_t. ProductID group by WorkCenterId
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “1. Write a query to list the names all products (by product code and name) and the average ordered quantity for each product with a product ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers