1. What's wrong with this picture?
The query framework, as it exists in modern day MongoDB, supports the following functionality:
- Filtering. The rough equivalent of the WHERE clause in SQL.
- Paging. The rough equivalent of LIMIT and OFFSET in SQL.
- Sorting. The rough equivalent of ORDER BY in SQL.
--John De Goes, MongoDB: The Frankenstein Monster of NoSQL Databases, LinkedIn.com