Category: MongoDB

Stay Tuned with Latest Technical Trends & Tips From Our Experts

MongoDB CRUD shell command and operations
MongoDB

MongoDB Shell Commands

MongoDB Shell Commands 1. Get List of database Command: show dbs 2. Get current database name Command: db 3. Switch to another database Command: use database_name Example: use testdb 4.

Read More »
MongoDB Installation Guideline
MongoDB

MongoDB Installation guide

 MongoDB on Ubuntu Installation steps : Step 1. Import the public key used by the package management system. The Ubuntu package management tools (i.e. dpkg and apt) ensure package consistency

Read More »