• 2022-07-02
    以下可以用来修改表结构的命令是()。
    A: alter table student add sphone int(11)
    B: alter table student unique(sfzh)
    C: alter table drop column saddress
    D: alter table student change age sage int(2)