1.

How is SQL different from NoSQL?

Answer»
CategorySQLNoSQL
ModelFollows relational model.Follows the non-relational model.
DataDeals with structured data.Deals with semi-structured data
FlexibilitySQL 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.


Discussion

No Comment Found