SELECT product_name, quantity, unit_price, quantity * unit_price AS line_total FROM order_items;
Click Run to execute this code.