Embed presentation
Download to read offline


















NoSQL databases were created to address the limitations of relational databases in handling big data. NoSQL databases are non-relational, schema-less, and provide better performance than relational databases by sacrificing features like joins, complex transactions and validation constraints. Common types of NoSQL databases include key-value stores, document stores, and tabular databases. MongoDB is an example of a popular document store database that stores data in JSON-like documents rather than in tables.

















