单项选择题

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