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.
Esempio di output atteso
Ecco come appare una risposta corretta — il suo numero di righe è a sé stante, non deve corrispondere alle tabelle dello schema.
| avg_qty | order_id |
|---|---|
| 3.5 | 10 |
| 1 | 11 |
| 1.5 | 12 |
Accedi per vedere la cronologia degli invii
AccediAccedi per usare l'AI Mentor
Accedi