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