DA0-001 · Question #278
Which of following is a non-relational database?
The correct answer is A. Neo4j. Neo4j is a graph database - a type of NoSQL (non-relational) database that stores data as nodes and relationships rather than in tables. It is purpose-built for highly connected data like social networks or recommendation engines. SQLite (B), MySQL (C), and PostgreSQL (D) are…
Question
Which of following is a non-relational database?
Options
- ANeo4j
- BSQLite
- CMySQL
- DPostgreSQL
How the community answered
(25 responses)- A96% (24)
- D4% (1)
Explanation
Neo4j is a graph database - a type of NoSQL (non-relational) database that stores data as nodes and relationships rather than in tables. It is purpose-built for highly connected data like social networks or recommendation engines. SQLite (B), MySQL (C), and PostgreSQL (D) are all relational database management systems (RDBMS) that use structured tables, rows, columns, and SQL for data storage and retrieval.
Topics
Community Discussion
No community discussion yet for this question.