单项选择题

下面哪一条语句实现了下列功能:在authors数据库中查找所有姓名以d 打头的作家()

A. select * from authors where au_name=”d”
B. select “d” from authors
C. select * from authors where au_name like “d%”
D. select au_name like “d%” from authors