单项选择题

A.select top1*from book order by price asc
B.select top1*from book order by price desc
C.select top1*from book where price
D.select top1*from book where price=max(price)