1.      Write a SELECT statement that returns these columns from the Products table:

The ListPrice column

The DiscountPercent column

 

A column named DiscountAmount that uses the previous two columns to calculate the discount amount and uses the ROUND function to round the result to 2 decimal places.