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