SQL Assignment
1. Write a SELECT statement that returns these columns from the Products table:
- The List Price column
- The Discount Percent column
A column named Discount Amount that uses the previous two columns to calculate the discount amount and uses the ROUND function to round the result to 2 decimal places.