Take a look at the following command:
db.users.insertOne(
{
....
}
)
What is the name of the collection we are adding data to?
Take a look at the following command:
db.users.insertOne(
{
....
}
)
What is the name of the collection we are adding data to?
Create a free account to access the full topic