Question:medium

A Non-Relational (No SQL) database is most beneficial when

Show Hint

Difference between SQL and NoSQL:
• SQL $\rightarrow$ Structured data, Tables, Fixed Schema.
• NoSQL $\rightarrow$ Unstructured data, Flexible Schema, High Scalability.
• SQL Examples: MySQL, Oracle.
• NoSQL Examples: MongoDB, Cassandra.
Updated On: Jul 15, 2026
  • Data is highly structured.
  • High speed scaling for unstructured data is required.
  • Complex joins are required.
  • Strict ACID compliance.
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0