单项选择题

以下哪个查询语句可以得到()

A.select*from订单
B.select sum(*)from订单
C.select max(*)from订单
D.select count(*)from订单