• 2022-06-09
    创建一个名为‘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