A.drop table abc B.create table if exists abc C.create database abc D.create table abc
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