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類型數(shù)據(jù) B.getInt(intcolumnIndex):獲取指定列的int類型數(shù)據(jù) C.getDouble(intcolumnIndex):獲取指定列的double類型數(shù)據(jù) D.getObject(intcolumnIndex):獲取指定行的Object類型的數(shù)據(jù)
A.Java表單查詢 B.Java數(shù)據(jù)庫(kù)查詢 C.Java表單連接 D.Java數(shù)據(jù)庫(kù)連接