A.Create-table,Create-index B.設(shè)置主鍵約束,設(shè)置唯一約束 C.設(shè)置主鍵約束,Create-index D.以上都可以
A.select-sal+1from-emp; B.select-sal*10,sal*deptnofrom-emp; C.select-sal*10,deptno*10-from-emp; D.select-sal*10,deptno*10-TO-emp;
A.保證各行在該索引上的值都不得重復(fù)B.保證各行在該索引上的值不得為NULLC.保證參加惟一索引的各列,不得再參加其他的索引D.保證惟一索引不能被刪除