the various types of nosql database are key value store document based store column based on graph based mongo DB is an very popular non AC ldp mongo DB can be categorised in which type of non SQL DB code example

Example: no sql

TLDR: NoSQL databases (aka "not only SQL") are non tabular, and store data differently than relational tables.
NoSQL databases come in a variety of types based on their data model. The main types are document, key-value,
wide-column, and graph. They provide flexible schemas and scale easily with large amounts of data and high user loads.

Refer link for more : https://www.mongodb.com/nosql-explained

Tags:

Sql Example