https://github.com/fabianraja/database_day3
MongoDB Day3 query solving
https://github.com/fabianraja/database_day3
aggregate-functions mongodb queries
Last synced: about 2 months ago
JSON representation
MongoDB Day3 query solving
- Host: GitHub
- URL: https://github.com/fabianraja/database_day3
- Owner: FabianRaja
- Created: 2023-12-14T07:17:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T06:44:52.000Z (over 2 years ago)
- Last Synced: 2023-12-17T07:27:58.052Z (over 2 years ago)
- Topics: aggregate-functions, mongodb, queries
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MongoDB Day 1 Queries:
DataBase - Task
Collection Name - Product
1. Find all the information about each products
2. Find the product price which are between 400 to 800
3. Find the product price which are not between 400 to 600
4. List the four product which are grater than 500 in price
5. Find the product name and product material of each products
6. Find the product with a row id of 10
7. Find only the product name and product material
8. Find all products which contain the value of soft in product material
9. Find products which contain product color indigo and product price 492.00
10. Delete the products which product price value are same