#1064

Average Line Quantity

Logistics wants the average item quantity per line for each order: divide total qty for the order by its number of lines and round to 2 decimal places. Return order_id and avg_qty, sorted by order_id.

Ukázka očekávaného výstupu

Takto vypadá správná odpověď — počet řádků je její vlastní, nemusí odpovídat tabulkám schématu.

avg_qtyorder_id
3.510
111
1.512

Výsledek vašeho dotazu se zobrazí zde