單項選擇題刪除不用的表,比如要刪除score表,判斷score表要是存在則刪除,那么下列SQL語句可以實現的是()。

A.drop table to score;
B.drop table score;
C.drop table ifexists score;
D.create table score;


您可能感興趣的試卷