SQL vs NoSQL

NoSQL

  • Database management approach (thus is not a language) and can use SQL

SQL

  • Is a language

Non-relational

  • Data typically stored in key-value pairs, and the value can be any object, but could be a table
  • Scales horizontally
  • Not ACID

Relational

  • Data stored in a fixed schema like a table
  • Scales vertically
  • ACID