분류
sql
MongoDB 단기 집중 과정-기본 CRUD 작업
본문
기본 CRUD 작업을 위한 MongoDB 문서 :
https://docs.mongodb.com/manual/crud/
Timestamps:
==========
0:00 Intro
0:35 Recap Structure
1:20 How to start Server and Shell
2:23 Creating Database
3:38 Creating Collection and Adding Document
5:28 Comparing to JSON
6:00 Deleting Database/Collections
6:53 List of CRUD commands
9:13 Start of example (inserting operations)
14:26 Updating Operations
19:48 Adding More Data and Using Find operations
25:02 Working with some delete operations
27:14 Outro
- 이전글SQL이란 무엇입니까? 데이터베이스란? 20.12.12
- 다음글SQL 조인 자습서 : 교차 조인, 완전 외부 조인, 내부 조인, 왼쪽 조인 및 오른쪽 조인. 20.09.06