Solved

Which of the Following Is to Execute Complex Queries in SQLite

Question 92

Multiple Choice

Which of the following is to execute complex queries in SQLite database?


A) SQLiteDatabase.query()
B) SQLiteQueryBuilder
C) SQLiteOpenHelper
D) Both "SQLiteDatabase.query() " and "SQLiteQueryBuilder" are correct.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions