A.SELECT productname,price from products order by price ASC
B.SELECT productname,price from products order by price DESC
C.SELECT productname,price from products order by price
D.SELECT productname and price from products order by price DESC