创建一个名为‘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
答案解析:有

微信扫一扫手机做题
创建一个名为‘Customers’的新表,同时要求新表中包含表‘clients’的所有记录,sql语句是()。
微信扫一扫手机做题