Mongodb Tutorial For Beginners (2022)
Last updated 6/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 521.16 MB | Duration: 1h 34m
Last updated 6/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 521.16 MB | Duration: 1h 34m
Learn MongoDB, a NoSQL database in 90 minutes
What you'll learn
Learn how to work with Databases from scratch
Get MongoDB Crash Course (2022)
Learn how to run and work with a NoSQL Database
Maintaining the Database with MongoDB
Writing optimal queries
Requirements
Basic knowledge of Computer usage
Description
Welcome to our MongoDB Course!!!In this Video Course, learn NoSQL and its concept. MongoDB is a NoSQL Database (non-tabular and different from Relational). It is considered one of the most popular databases for modern apps, used by Adobe, Google, Verizon, IBM, Uber, etc.We have covered the MongoDB Community version in this course. The course is for beginners and consists of 27 lessons, and more than 50live running queries, including creating new databases and tables.The course begins with MongoDB Introduction, features, and editions provided by MongoDB Inc.. Then, we have shown how to set up and install it on Windows. We proceed further with creating a new database, collections, and documents, and performing various operations on it. With that, we have also covered live-running queries in every lesson.Note: The flow would be step-by-step and the explanations would include a tutorial-like format, to make it easier for beginners to understand a new database and table and its concepts, with live running queries as examples. With that, we have also created some quizzes to polish your MongoDB skills.**Course Highlights**27 lessons1.5 hrs. video with live running examples50+ examples15 Quizzes to polish your skills after learning from the lessons
Overview
Section 1: MongoDB Introduction
Lecture 1 Introduction and Features
Lecture 2 NoSQL vs SQL (With examples - MongoDB vs MySQL)
Section 2: MongoDB Installation and Setup
Lecture 3 Install MongoDB
Section 3: Create a Database and Collection
Lecture 4 How to create a Database in MongoDB
Lecture 5 How to create a Collection in MongoDB
Section 4: Drop a Collection and Database
Lecture 6 Drop a Collection
Lecture 7 Drop a Database
Section 5: Insert and Display
Lecture 8 Insert Documents
Lecture 9 Display Documents
Lecture 10 Display Documents in a formatted way - pretty() method
Lecture 11 Show Collections
Section 6: MongoDB Operators
Lecture 12 And Operator
Lecture 13 OR Operator
Lecture 14 NOR Operator
Lecture 15 NOT Operator
Section 7: Limit and Skip Records or Documents
Lecture 16 Limit records with the limit() method
Lecture 17 Skip records with the skip() method
Section 8: Sort Records in MongoDB
Lecture 18 Sort Records
Section 9: Text Indexing in MongoDB
Lecture 19 Create and Delete Text Index
Section 10: Text Search in MongoDB
Lecture 20 Text Search on a Collection in MongoDB
Section 11: MongoDB Built-in Methods
Lecture 21 find() - Fetch Documents from a Collection
Lecture 22 explain() - Provide information on the query plan
Lecture 23 stats() - Display statistics of a Database
Lecture 24 listCommands() - Display a list of all database commands
Lecture 25 getCollectionInfos() - Display Collection Info
Section 12: MongoDB - Advanced Topics
Lecture 26 Aggregate Records()
Lecture 27 Limit and Skip records in a single query
Database Beginners,Web Developers,Application Developers,Programmers