A.add B.create C.delete D.insert
A.drop tableto stu; B.drop table stu; C.drop table if exist stu; D.create table stu;
A.drop table abc; B.create tableifexists abc; C.create database abc; D.create table abc;