Given this table (order_items):
What does this query return?
SELECT quantity * unit_price FROM order_items WHERE id = 1;
← → arrow keys to navigate
Sign in to save your progress.