创建一个名为‘Customers’的新表,同时要求新表中包含表‘clients’的所
9 查阅
Select * into customers from clients
Select into customers from clients
Insert into customers select * from clients
Insert customers select * from clients
参考答案: