mongodb show collection data command code example
Example 1: show collections in mongodb
db.getCollectionNames()
Example 2: show collection data in mongodb
db.collectionName.find()
db.getCollectionNames()
db.collectionName.find()