A.alter table score drop id; B.alter table score delete id; C.alter table score modify id; D.alter table score change id;
A.drop table to score; B.drop table score; C.drop table ifexists score; D.create table score;
A.create B.insert C.update D.alter