What other syntax will produce exactly the same results as | chart count over vendor_action by user?
A . | chart count by vendor_action, user
B . | chart count over vendor_action, user
C . | chart count by vendor_action over user
D . | chart count over user by vendor_action
Answer: D