创建一个名为‘Customers’的新表,同时要求新表中包含表‘clients’的所有记录,sql语句是( )
举一反三
- 创建一个名为‘Customers’的新表,同时要求新表中包含表‘clients’的记录,sql语句是( )。 A: Insert into customers B: Select * into customers from clients C: Select into customers from clients D: Insert into customers select * from clients E: Insert customers select * from clients
- 创建一个名为"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 client
- 创建一个名为catt的新表,要求该表包含kehu表的所有记录,应使用的T-SQL语句是( )。
- 创建一个名为’catt’的新表,要求该表包含’kehu’表的所有记录,应使用的SQL语句是() A: select*intocattwherefromkehu B: select*intocattfromkehu C: insertintocattselect*fromkehu D: insertintocattfromselect*fromkehu
- 创建一个名为'catt'的新表,要求该表包含'kehu'表的所有记录,应使用的SQL语句是( ) A: select * into catt where from kehu B: select * into catt from kehu C: select * from kehu insert into catt D: select * from kehu