A.查看數(shù)據(jù)庫用show關(guān)鍵字 B.查看一張表用show關(guān)鍵字 C.查看表中的一個字段用desc關(guān)鍵字 D.查看表中的數(shù)據(jù)用query關(guān)鍵字
A.刪除數(shù)據(jù)庫用drop關(guān)鍵字 B.刪除一張表用drop關(guān)鍵字 C.刪除表中的一個字段用delete關(guān)鍵字 D.刪除表中的數(shù)據(jù)用delete關(guān)鍵字
A.getString(intcolumnIndex):獲取指定列的String類型數(shù)據(jù) B.getInt(intcolumnIndex):獲取指定列的int類型數(shù)據(jù) C.getDouble(intcolumnIndex):獲取指定列的double類型數(shù)據(jù) D.getObject(intcolumnIndex):獲取指定行的Object類型的數(shù)據(jù)