db.execSQL("delete from "+ TABLE_NAME);
db.delete("tablename","id=? and name=?",new String[]{"1","jack"});