⟩ ou want to group the following set of select returns, what can you group on? Max(sum_of_cost), min(sum_of_cost), count(item_no), item_no?
The only column that can be grouped on is the "item_no" column, the rest have aggregate functions associated with them.