Topics
NoSQL Query Language

NoSQL Query Language

Unlike Relational Database Management Systems (RDBMS) that use a standard language, Structured Query Language (SQL), which is common across all RDBMS solutions, NoSQL databases do not have a standard query language.

Each implementation of a NoSQL database (such as MongoDB or AWS DynamoDB) will have its own language and approach to querying the database for documents.

We will not be covering any query languages here but the query language for AWS DynamoDB is covered in our capstone project.