A.update temp set age =18where name =’zhangsan’age =23;B.update table temp set age =18where name =’zhangsan’and age =23;C.update temp set age =18where name =’zhangsan’and age =23;D.update table temp set age =18where name =’zhangsan’;
A.在備份之前需要發(fā)出begin backup命令B.備份所有重要文件到備份目錄,基于操作系統(tǒng)的拷貝命令(或圖形方式下的復(fù)制粘貼)C.正常關(guān)閉數(shù)據(jù)庫,關(guān)閉時必須是帶有normal、transaction、immediate選項的shutdown來執(zhí)行D.完成備份后啟動數(shù)據(jù)庫
A.nomount狀態(tài)B.mount 狀態(tài)C.歸檔模式D.非歸檔模式