如果希望更新表authors中的first_name列为非空,那么可以使用哪个语句?( )
alter table authors add first_name not null
alter table authors modify first_name not null
alter table authors alter first_name not null
alter table authors drop first_name not null
如果希望更新表authors中的first_name列为非空,那么可以使用哪个语句?( )
alter table authors add first_name not null
alter table authors modify first_name not null
alter table authors alter first_name not null
alter table authors drop first_name not null