单项选择题

A.ALTER TABLE cw km ADD istag
B.ALTER TABLE cw km (ADD istag char(1))
C.ALTER TABLE cw km ADD istag char(1)
D.ALTER cw km ADD istag char(1)