Question d’entretien chez ShipBob

What is the difference between SQL and NoSQL?

Réponse à la question d'entretien

Utilisateur anonyme

19 mars 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.