A.主鍵字段輸入的數據不允許重復 B.主鍵字段的數據,允許輸入空值 C.若主鍵由多個鍵組合而成,則某個主鍵字段可能存在重復值 D.主鍵字段可以是字符數據類型
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