- Engineering
- Computer Science
- in a table called allcolors there are columns called colors...
Question: in a table called allcolors there are columns called colors...
Question details
In a table called AllColors there are columns called Colors and ColorName. In another table called Items there are columns called ItemID, ItemName, SupplierID, and the connecting column which Colors. Return the Colors, ColorName, and the count items for each color. And order results by the count, DESC
TSQL
Solution by an expert tutor
