Document Stores

In NoSQL databases, data is stored differently. In a document store, data is stored as documents. Each document holds all the information related to a particular object. It's like a digital file with all the details in one place.

Key-Value Stores

Another type is key-value stores, where data is stored as key-value pairs. You use a unique key to retrieve the associated value. It's similar to a dictionary where you look up a word to find its meaning