Question: Please write SQL code for the following: From the order_items table, get order_id, product_id, quantity, unit price and a new column 'total-price' which is calculated
Please write SQL code for the following:
From the order_items table, get order_id, product_id, quantity, unit price and a new column 'total-price' which is calculated using the formula; quantity x unit price. Also, order by total price.
Thank you!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
