Ask Question
17 September, 00:49

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.

+1
Answers (1)
  1. 17 September, 00:50
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers