MongoDB is a document oriented DBMS.
MongoDB is a NoSQL database management system (DBMS). NoSQL stands for “not only SQL,” and it is a category of database systems that do not strictly adhere to the traditional relational database management system (RDBMS) model. MongoDB is known for its flexible and schema-less data model, making it well-suited for handling large amounts of unstructured or semi-structured data.