MongoDB is a document-oriented NoSQL database. Unlike relational databases that store data in tables and rows, MongoDB stores data as JSON-like documents called BSON (Binary JSON). This makes it flexible and scalable for modern applications.
MongoDB is schema-less, meaning each document in a collection can have different fields.