Https Github Com Prasadkaru MongoDB Lesson Code 1704253560
Https Github Com Prasadkaru MongoDB Lesson Code 1704253560
INNOWAVE TEAM
(100+ SKILLED RESEARCHERS POOL)
"BRIDGING THE GAP BETWEEN KNOWLEDGE AND
APPLICATION. YOUR MULTI-DISCIPLINARY RESEARCH
PARTNER."
Contact US :
+94 70 225 2557 (WhatsApp)
HELPING ALL TYPE OF UNDERGRADES FOR COMPLETING
THEIR PROJECTS AND ASSIGNMENTS
Feature Relational Databases Non-Relational Databases
Create DB
SQL USE FOR CRUD RELATIONAL DATABASES
MONGODB
MongoDB is a document database and can be installed
locally or hosted in the cloud.
Inserting Documents
Project Initialization:
Insert Data
Create database
Create collection
Querying Data
To query, or filter, data we can include a query in our find() or findOne()
methods
find all product with name - findByName(name)
find all the products with qty-findByQty(qty)
find all the products that rated user name-findByRateUser(user)
sort all products by price-sortByPrice()