DBMS MongoDB CRUD
DBMS MongoDB CRUD
4. Display the user ids and Friends list of users who have more than 5 friends.
5. Display all users with no of posts in descending order.
Q2. Create a collection Employee with fields as Emp_id, Emp_Name, Department, Salary, Manager.
Insert 20 documents in the collection Employee. Write the queries for following.
1. List the names of students who have enrolled in the course “DBMS”, “TOC”.
2. List the Roll numbers and class of students who have marks more than 50 or class as TE.
3. Update the record of Item_id 100 with quanity as 100 and tags as tags: ["coats", "outerwear",
"clothing" ].
4. Delete only first record from the collection.