Question: 2. Write a SQL statement that selects these columns from the Orders table: order_id The order_id column ship_amount The ship amount column tax_amount The tax_amount

2. Write a SQL statement that selects these columns from the Orders table: order_id The order_id column ship_amount The ship amount column tax_amount The tax_amount column Round the ship_amount and tax_amount columns rounded to 0 decimal places. Return only the rows with a ship_amount that is greater than 5 and tax_amount is less than 80. order ship_amount tax amoun 7 15 0 3. Write a SQL statement that selects these columns from the Products table: product_name The product_name column list_price The list price column discount_percent The discount_percent column discount_amount A column that's calculated from the previous two columns discount_price A column that's calculated from the previous three columns Only return products with list price greater than 200 and less than 800 Sort it by product_name in descending sequence
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
