A.主鍵可以用來確保表中不存在重復(fù)的數(shù)據(jù)行 B.一個表必須有一個主鍵 C.一個表只能有一個主鍵 D.只能對整數(shù)型列設(shè)置主鍵
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.Truncate table 可跟Where從句,根據(jù)條件進行刪除 B.Truncate table 用來刪除表中所有數(shù)據(jù) C.觸發(fā)器對Truncate table無效 D.delete 比Truncate table速度快