单项选择题

在表student中添加年龄age列,下面语句正确的是()

A.alter table student with age;
B.alter table student add age int;
C.alter table student add age;
D.alter table student with age int;