A.create B.drop C.grant D.revoke
A.set password for jack@localhost = password('123'); B.set password password('123') for jack@localhost; C.set password 123 for jack@localhost; D.set password('123') for jack@localhost
A.create table STU like student B.create table STU select * from student C.create table STU as student D.cp student STU