Computer scienceSoftware development foundationsSQL and databasesDBMSMongoDBOperations and operatorsCRUD operations

Create operations

Collection

Report a typo

Take a look at the following command:

db.users.insertOne(
  {
    ....
  }
)

What is the name of the collection we are adding data to?

Enter a short text

Create a free account to access the full topic