I have a query like this:
Cursor _cursor = mbd.query(SQLITE_TABLE, new String[] {KEY_ROWID,
KEY_SYLLABICATION, KEY_WORD, KEY_PARTOFSPEECH, KEY_MEANING, KEY_SPEAKWORD},
null, null, null, null, null, null);
I just simply want to limit the rows to fetch from the database.