若要在基本表S中增加一列CN(课程名),可用()。
A:add table s(CNchar(8))
B:add table salter(CNchar(8))
C:alter table sadd(CNchar(8))
D:alter table s(addCNchar(8))
出自:计算机科学