A table orders(id, payload VARCHAR) stores a JSON document per order, e.g.: Produce a result set with one row per order‑item, containing: | order_id | customer | sku | total_price | region | channel | total_price = price * qty. Only include items where total_price > 25 USD.
Querying is only for logged in users!
Sign In