A.drop table to stu B.drop table stu C.drop table if exists stu D.create table stu
A.select * from wg B.show tbales C.show databases D.show * from wg
A.select ID from wg B.show ID from wg C.select * from student group by ID D.show * from wg