Computer scienceFundamentalsSQL 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