Answers

Question and Answer:

  Home  SQL

⟩ 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.

 144 views

More Questions for you: