# SQL vs NoSQL

> SQL (relational) databases are the right default — strong consistency, mature tooling and flexible querying suit most applications. NoSQL wins for massive scale, flexible/evolving schemas or specific access patterns. Many systems use both, each for what it does best.

*Source: https://www.lazlosoftwaresolution.com/compare/sql-vs-nosql*

## Options

- **A:** SQL
- **B:** NoSQL

