Digital Marketing

MongoDB stores documents in collections

Collections are analogous to tables in relational databases. 

If a collection does not exist, MongoDB creates the collection when you first store data for that collection.

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database