Non-relational Database
noun
Definition
- 1.A type of database that does not use the tabular schema of rows and columns found in most traditional database systems. It is often used for large sets of distributed data.
Example
MongoDB is a popular non-relational database used for storing JSON-like documents.

