A.主鍵字段輸入的數(shù)據(jù)不允許重復 B.主鍵字段的數(shù)據(jù),允許輸入空值 C.若主鍵由多個鍵組合而成,則某個主鍵字段可能存在重復值 D.主鍵字段可以是字符數(shù)據(jù)類型
A.主關鍵字約束 B.檢查約束 C.唯一約束 D.缺省約束
A.alter table authors add first_name not null B.alter table authors modify first_name not null C.alter table authors alter first_name not null D.alter table authors drop first_name not null