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