Sql

How is SQL Different from NoSQL

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

The main difference is that SQL databases are structured (data is stored in the form of tables with rows and columns - like an excel spreadsheet table) while NoSQL is unstructured, and the data storage can vary depending on how the NoSQL DB is set up, such as key-value pair, document-oriented, etc.