CRUD 구문 (Syntax)
What is CRUD?
Insert
collection.insertOne(<document>)
collection.insertMany([<docuemtn1>, <document2>, ...])
collection.insert(<document>)Update
Read
Delete
Cursor
Explain()
explain() in MongoShell
explain() in PyMongo
Last updated
Was this helpful?