您好,关系数据库中,主键是(A),主键的建立有(C)种方法,当运用Transact-SQL语句创建主键时,可以是(B)。
⑴A、为标识表中唯一的实体B、创建唯一的索引,允许空值C、只允许以表中第一字段建立D、
允许有多个主键的
⑵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
为您提供解答,如满意请五星好评哦。