What is a MongoDB Database?
Learn what a MongoDB database is, and some important terms such as collection, document, embedded document, and filter query.
We'll cover the following...
MongoDB is a NoSQL database that stores data in the form of documents similar to JSON objects. We’ll learn some important terms that are used throughout this course.
Collection
In MongoDB, collection is the same as the tables in relational databases. ...