Free practice · single-choice · hard

Practice

Diagnose a grouped-query grain error

Why is SELECT status, order_id, SUM(order_amount) FROM orders GROUP BY status unreliable for a portable status summary?

Choose one answer