Q2 Single choice Flag Which of these generates a summary index containing a count of events by productId? A | stats count by productId B | stats sum (productId) C | sistats count by productId D sistats summary_index by productid Correct answer