您好,關(guān)系數(shù)據(jù)庫(kù)中,主鍵是(A),主鍵的建立有(C)種方法,當(dāng)運(yùn)用Transact-SQL語(yǔ)句創(chuàng)建主鍵時(shí),可以是(B)。
⑴A、為標(biāo)識(shí)表中唯一的實(shí)體B、創(chuàng)建唯一的索引,允許空值C、只允許以表中第一字段建立D、
允許有多個(gè)主鍵的
⑵A、一B、二C、三D、四
⑶A、create table table1
(column1 char(13) not null primary,
column2 int not) on primary;
B、alter table table1 with notcheck add
constraint [PK_table1] primary key nonclustered
( column1) on primary;
C、alter table table1 column1 primary key
為您提供解答,如滿意請(qǐng)五星好評(píng)哦。