Getting Started with MongoDB tutorial: Queries #2 -Projecting Fields [for beginners]

preview_player
Показать описание
MongoDB Tutorial: Learn how to use combine MongoDB query functions with projections to get your desired results. Part of a MongoDB CRUD series.

This tutorial spans both MongoShell and MongoDB Compass, the GUI for MongoDB. You will be able to use both the GUI and Shell to visualize data and perform operations.

You will learn how to use MongoDB to:
Filter documents in a collection
Use the find() function
Use projections
Exclude and include fields

MongoDB is a NoSQL database.

For suggestions or comments:

*************
**Tags**
MongoDB tutorial
MongoDB for beginners
MongoDB CRUD
MongoDB basics
MongoDB Compass
MongoDB Shell
MongoDB tutorial for beginners
MongoDB Query Data
MongoDB Query
MongoDB Querying Data
MongoDB Querying
MongoDB Projection
Рекомендации по теме
Комментарии
Автор

tried the same projection query in compass but it did not work.
{rating:{$lt:4}, price:{$gt:100}}, {name:1, brand:1}
is there any problem here . pls suggest

cognitioncloud
visit shbcf.ru