NoSQL

A class of database management systems that do not use SQL.

NoSQL (Not Only SQL) databases provide a mechanism for storage and retrieval of data that is modeled in means other than the tabular relations used in relational databases. These databases are useful for large sets of distributed data. For example, MongoDB is a popular NoSQL database that stores data in JSON-like documents, making it flexible and scalable.