若要在基本表S中增加一列CN(课程名),可用( )。
Aadd table s(CN char(8))[|]add table s alter(CN char(8))[|]alter table s add(CN char(8))[|]alter table s(add CN char(8))