1. Database Commands
View all databases
Create a new or switch databases
View current Database
Delete Database
2. Collection Commands
Show Collections
Create a collection named 'comments'
Drop a collection named 'comments'
3. Row(Document) Commands
Show all Rows in a Collection
Show all Rows in a Collection (Prettified)
Find the first row matching the object
Insert One Row
Insert many Rows
Search in a MongoDb Database
Limit the number of rows in output
Count the number of rows in the output
Update a row
Mongodb Increment Operator
Mongodb Rename Operator
Delete Row
Less than/Greater than/ Less than or Eq/Greater than or Eq
Comments
Post a Comment