Comment on How does this pic show that Elon Musk doesnt know SQL?

knightly@pawb.social ⁨1⁩ ⁨week⁩ ago

To oversimplify, there are two basic kinds of databases: SQL and noSQL (“Not Only SQL”).

SQL databases work as you’d imagine, with tables of rows and columns like a spreadsheet that are structured according to a fixed schema.

NoSQL includes all other forms of databases, document-based, graph-based, key-value pairs, etc.

The former are highly consistent and efficient at processing complicated queries or recording transactions, while the latter is flexible and fast at reads/writes but not neccessarily consistent.

All large orgs will have both types in use for different purposes; SQL is better for banking purposes where consistency is paramount, NoSQL better for real-time web apps that need minimal response times and scalable capacity.

source
Sort:hotnewtop