1.

How is NoSQL database different from SQL databases?

Answer»
Category SQLNoSQL
MODELFollows RELATIONAL model. Follows the non-relational model.
Data Deals with structured data. Deals with semi-structured data.
Flexibility SQL follows a strict schema. NoSQL deals with dynamic schema and is very flexible.
TransactionsFollows ACID (Atomicity, Consistency, ISOLATION, Durability) properties.Follows BASE (BASIC Availability, Soft-state, Eventual consistency) properties.

Check out more differences here.



Discussion

No Comment Found