单项选择题
创建一个名为‘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
单项选择题 执行Sql语句:select score*0.5+20as加权成绩from grade where(score*0.5+20)<60order by score*0.5+20,以下()描述是正确的。
单项选择题 以下()说明了代码:not(付款方式=’信用卡’)or(信用卡<>’阳光卡’)的含义。
多项选择题 关于Truncatetable,以下()描述是错误的。