单项选择题

A.select max(price)from book;
B.select min(price)from book;
C.select price from min book;
D.select price from max book;