A.drop trigger tttt; B.drop trigger tttt on test; C.drop trigger if exists tttt; D.drop trigger if exists tttt on test;
A.create table testd(liketest)including all; B.create table testc as select * from test with no data; C.create table testb(liketest); D.create table testd(like test including all);
下列語句的執(zhí)行效果是() revoke create on schema public from public;
A.回收public用戶在public模式下的create權(quán)限 B.回收所有用戶在public模式下的create權(quán)限 C.該語句執(zhí)行失敗 D.該語句可以執(zhí)行成功但沒有任何效果