A.ALLB.NEXT NC.FORD.RESTE.RECORD N
A.list for sqrt(val(商品代碼),2)=0 and 單價(jià)〉3000B.select where mod(val(商品代碼),2)#0 and 單價(jià)〉3000C.select *from goods where mod(val(商品代碼),2)=0 and 單價(jià)〉3000D.select where mod(val(商品代碼),2)=0 and 單價(jià)〉3000
A.排序和索引都是對(duì)數(shù)據(jù)表中的記錄按關(guān)鍵字重新組織。B.排序過(guò)程占用空間大、所需時(shí)間長(zhǎng)、需重新生成新的排序文件。C.排序文件空間小、索引文件空間大。D.索引是按關(guān)鍵字對(duì)數(shù)據(jù)表記錄的邏輯排序。