|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/mongodb-the-beginners-bootcamp/
课程评论:没有评论
**MongoDB - 新手训练营** 这门课程是一门实践性课程,适合所有想要学习或巩固 MongoDB 技能的人。课程旨在以简单直接的方式教授 MongoDB 的所有基本函数和方法。通过先学习 MongoDB 的基础知识,您可以为未来更高级的 MongoDB 数据库开发项目打下坚实的基础。 **课程内容包括:** * **数据库和集合操作:** * 创建(CREATE)和使用(USE)数据库 * 创建(CREATE)集合 * 向集合中插入(INSERT)文档 * 更新(UPDATE)集合 * 删除(DELETE)和移除(DROP) * **查询和操作符:** * 使用比较运算符(`$eq`, `$gt`, `$lt`, `$gte`, `$lte`, `$ne`, `$in`, `$nin`) * 使用逻辑运算符(`$and`, `$or`, `$not`, `$nor`) * 查询(FIND)集合 * 排序(SORT) * 限制(LIMIT)查询结果数量 * 跳过(SKIP)指定数量的文档 * 查找最大值(MAX)和最小值(MIN) * 使用投影(PROJECTION)进行查询 * 查询数组 * **关系和聚合:** * 创建关系 * 使用 `$Lookup` * 聚合(AGGREGATION) 通过这门课程,您将全面掌握 MongoDB 的基本操作和查询技巧,为更深入的学习和应用打下良好基础。
This is a hands-on learning course for anyone looking to learn or refresh their skills with MongoDB. The objective of this course is to teach you all of the basic functions and methods of MongoDB in an easy and direct manner. By learning the basics of MongoDB first, you will prepare yourself well for more advance MongoDB database development projects in the future. In this course you will learn How to CREATE COLLECTION's, INSERT, UPDATE, DELETE and DROP. In addition you will also learn how to use COMPARISON & LOGICAL OPERATORS, and AGGREGATION. Here is a complete list of the topics in this course:CREATE / USE a DatabaseCREATE a CollectionINSERT ( ) Methods - Documents into a CollectionUPDATE a CollectionFIND ( ) COMPARISON Operators: $eq $gt $lt $gte $lte $ne $in $ninLOGICAL Operators: $and $or $not $norQUERING a Collection SORT ( )LIMIT ( )SKIP ( )MAX & MIN ( )PROJECTION QueriesQUERING an ArrayCREATE Relationships$LookupDELETE / DROP