SQL - Aggregate Functions
Consider a table
orders with columns order_id (unique), customer_id, and coupon_code (nullable). Which query correctly counts the number of orders that used a coupon code?