單項選擇題可以在創(chuàng)建表時用()來創(chuàng)建唯一索引,也可以用()來創(chuàng)建唯一索引

A.Create table,Create index
B.設(shè)置主鍵約束,設(shè)置唯一約束
C.設(shè)置主鍵約束,Create index
D.以上都可以


您可能感興趣的試卷

你可能感興趣的試題

2.單項選擇題以下刪除記錄正確的()

A.delete from emp where name=’dony’;
B.Delete * from emp where name=’dony’;
C.Drop from emp where name=’dony’;
D.Drop * from emp where name=’dony’;