SQLite is ________ type of database.
-
network
-
object–oriented
-
relational
-
None of these
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.