Why MongoDB is better than SQL?

MongoDB is schema-less. It is a document database in which one collection holds different documents. MongoDB is almost 100 times faster than traditional database system like RDBMS, which is slower in comparison with the NoSQL databases. MongoDB supports deep query-ability i.e. we can perform dynamic queries on documents using the document-based query language that’s nearly as powerful as SQL.