Multiple choice

SQLite is ________ type of database.

  1. network

  2. object–oriented

  3. relational

  4. None of these

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

SQLite is a relational database engine. It uses SQL (Structured Query Language) for queries, supports tables with defined schemas, relationships between tables through foreign keys, and standard relational database concepts like indexes and views. It is not a network or object-oriented database.