Pregunta de entrevista de ShipBob

What is the difference between SQL and NoSQL?

Respuesta de la entrevista

Anónimo

19 mar 2024

I explained that NoSQL is an umbrella term for Document DB, Key-Value Stores, Columnar DB, etc that have varying ranges of application and consistency, and then explained SQL is a relational DB that follows ACID and has strong consistency. I gave more explanation on when to use them as well.