How to list all collections in MongoDB database

Question – How do I list all the collections available in the MongoDB database? MongoDB is a NoSQL database, that stores documents in JSON format. A collection is an entity in MongoDB (ie similar to…