Learn MONGODB in 10 videos
Learn MONGODB in 10 videos, Installation , CRUD and all other basic commands using a usecase in 10 days.
Become MONGODB developer in 10 videos each of length 1/2 hour. Spend 1 hour per day and take all the information about MONGODB as a
beginner. I am offering this course for a very less price.
So, I recommend you to take this course as soon as possible if its price hiked up.
Why should you learn mongodb ?
1. Mongodb is future.
2. free to use
3. make complex tasks easy for developers
4. Already used by many big tech gaint companies.
5. learn a new skill
6. NOSQL DATABASE
NoSql is a revolution in tech industry these days.
NOSQL basically horizontally scalable databse. We use mongodb compass to cross check how database is going on.
We install mongodb compass and learn that to create and do other operations from the compass graphically.
Basically these are some of the things we are going to learn in this course.
- Show database
- Create database
- Creating a collection
- Creating a capped collection
- Drop Collection
- Inserting Single row
- Displaying using find()
- Inserting Many rows
- Display pretty
- Display using foreach(json)
- Update rows / entries
- Create index
- Get index
- Drop index
- find(value = true)
- Less than
- Less than equal to
- Greater than
- Greater than equal to
- Not equal
- skip
- Ascending order
- Descending order
- Printing only 1 column with descending order
- Skipping 1 column with descending order
- Skipping 2 columns with descending order
- Skipping 2 column with ascending order
- Printing only 2 column with ascending order
- Printing only 1 column with ascending order
- Skipping 1 column with ascending order
- Removing a entry
- Creating User with read role
- Creating User with complete permissions on all databases
- Creating User with read and write permissions
- Printing Users
- Dropping database.