The warehouse exercise 5

Back to The warehouse

Select the warehouse code and the average value of the boxes in each warehouse.

| SELECT warehouse, value FROM boxes
| GROUP warehouse, value AVG BY warehouse
4 rows 0 msec
warehouse value-avg
1 162.5
2 162.5
3 115
4 165