What will be the result of the following SELECT? Consider the item table with the following data: What will be the result of the following SELECT? SELECT color, COUNT(*) FROM item GROUP BY color Consider the item table with the following data: What will be the result of the following SELECT? SELECT color, COUNT(*) FROM item GROUP BY color A.Option A B.Option B C.Option C Show Hint ← Previous question Next question →