Multiple choice

Which of the following statements is/are incorrect regarding data manipulation in the application components by the SQLite Database?

  1. It provides rapid and efficient data storage.

  2. It provides a light weight relational database for each application.

  3. The content is available only to the application that created it.

  4. It stores data securely and efficiently.

  5. Options 3 and 4.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This is incorrect as each application database is sandboxed, but Content Providers supply a mechanism for the managed sharing of these application databases.