单项选择题
SQLite数据操作常用方法不包括
A、insert(String table, String nullColumnHack, ContentValues values)B、update(String table, ContentValues values, String whereClause, String[] whereArgs)
C、delete(String table, String whereClause, String[] whereArgs)
D、Edit(String table, ContentValues values, String whereClause, String[] whereArgs)
点击查看答案&解析
