
MongoDB Common Commands
DATABASE COMMANDS: list databases: show dbs list Collections/Tables: show collections //output every collection OR show tables OR db.getCollectionNames() Select specific collection/table: db.collectionName.find() ROLES COMMANDS: list […]