Question: *SQL* Create a query to show the product name, unit price, and quantity ordered for each detail item from the order_details table where the price
*SQL* Create a query to show the product name, unit price, and quantity ordered for each detail item from the order_details table where the price is over 20. Sort the results by product name.

SCHEMAS Filter objects va employees order_details o Columns ID OrderID ProductID UnitPrice Quantity Discount Indexes Foreign Keys Triggers orders products > Columns ProductID ProductName SupplierID Category Quantity PerUnit UnitPrice Units InStock Units OnOrder ReorderLevel Discontinued Indexes
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
