当前位置:首页 > LTE单选(建议跳过IP/编程题) > 正文内容

创建一个名为‘Customers’的新表,同时要求新表中包含表‘clients’的所有记录,sql语句是

创建一个名为‘Customers’的新表,同时要求新表中包含表‘clients’的所有记录,sql语句是

A.Select * into customers from clients

B.Select into customers from clients

C.Insert into customers select * from clients

D.Insert customers select * from clients

正确答案是A

扫描二维码免费使用微信小程序搜题/刷题/查看解析。

版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。

本文链接:https://20230611.cn/post/3517178.html