创建一个名为’catt’的新表,要求该表包含’kehu’表的所有记录,应使用的SQL语句是()
A:select*intocatt where from kehu
B:select*into catt from kehu
C:insert into catt select*from kehu
D:inser tinto catt from select*from kehu
出自:计算机科学