A primary key ____.
Select one:
a. is a non minimal superkey
b. is always the first field in each table
c. must be unique
d. must be numeric
c
a选项中提到非最小的超建,不能唯一定位到一条记录,不能作为主键的定义(超键bai(super key):在关系中能唯一标识元组的属du性集称为关系模式的超键)
b每个表的第一个字段可以不是主键的
c正确,这是主键的一个必要条件
d不一定是numeric类型,char类型等都可以