单项选择题

A.select *into b from a where 1< >1;
B.creat table b as select *from a where 0=1;
C.insert into b as select *from a where 1< >1;
D.insert into b select *from a where 1< >1;