Mongo Basic Operations with examples.
Basic Questions
- Write a query to Filter mongo document using $gt operator under Employee_Detail collection
- Write a query to Filter mongo document using $lte operator under Employee_Detail collection
- Write a query to Filter mongo document using $lt operator under Employee_Detail collection
- Write a query to Filter mongo document using $gte operator under Employee_Detail collection
- Write a query to Filter mongo document using $nin operator under Employee_Detail collection
- Write a query to Update Many mongo documents using $set operator under Employee_Detail collection
- Write a query to Grouping the Employee using $group operator under Employee_Detail collection
- Write a query to find the Employee based on the month of date using $month operator under Employee_Detail collection
- Write a Query to Find the Employee based on year of date using $year operator under Employee_Detail collection
- Write a Query to Filter Employee using regex on one field, using $regex operator.
- Write a Distinct Query with Query Filter in MongoDB
- Write a Delete Query in Mongo
- Write Query on the date range in Mongo
- Write a Sort Query in Mongo
- Write a query to limit operation $limit
- Write a query to Find Highest Paid Employee
- Write a Sort Query based on multiple fields in Mongo
- Write a query to Project operation in Mongo
- Write a query to Mongo Pipeline to manipulate complex Data
- Write a query to Filter undesired data during mongo pipelining
- Write a Mongo Pipeline query for the push operation
- Write a mongo query for Indexing in mongo
- Write a mongo query for text searching
- Write a query for Mongo Pipeline with multiple group operations and project operations
- Write a mongo query for Mongo pipeline to sum all marks students
No comments:
Post a Comment