单项选择题

A.select *into tb where id=1;
B.select *where tb where id=1;
C.select *delete tb where id=1;
D.select *from tb where id=1;