判斷題使用delete語句刪除數(shù)據(jù)后可以恢復(fù)。

您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題顯示所有數(shù)據(jù)庫的命令()

A.show all
B.show database
C.show databases
D.show tables

2.單項選擇題向表中插入一個和已有紀錄關(guān)鍵字段一樣的紀錄的命令為()

A.insert into
B.replace into
C.insert from
D.replace from

3.單項選擇題顯示所有錯誤的命令為()

A.show errors
B.show databases
C.show variables
D.show warnings

4.單項選擇題向表中插入一個新行的紀錄的命令為()

A.insert into
B.replace into
C.insert from
D.replace from

5.單項選擇題修改表的命令為()

A.Create table
B.rename table
C.alter table
D.drop table