Amazon Interview Question

In what situations would you want to use a NoSQL database vs. a relational database?

Interview Answer

Anonymous

Jul 5, 2020

you would use NoSQL database in conditions where mostly you are retrieving by just the key and the data can be unstructured against a key - for example, in a car inspection record, a lot of the fields will be null / blank in a traditional database, and none of the fields would most likely be used for retrieval in this case a NoSQL database would make more sense