如果希望更新表authors中的first_name列为非空,那么可以使用哪个语句?()
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
出自:Oracle认证