Ask Question
24 June, 04:48

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.

+2
Answers (1)
  1. 24 June, 07:15
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers