Skip to content

Instantly share code, notes, and snippets.

View vikas-OP's full-sized avatar

Badugu Vikas vikas-OP

View GitHub Profile
@vikas-OP
vikas-OP / exercise.md
Created September 10, 2020 05:57 — forked from theRemix/exercise.md
MongoDB Practice

MongoDB Practice

MongoDB Exercise in mongo shell

Connect to a running mongo instance, use a database named mongo_practice.

Document all your queries in a javascript file to use as a reference.

Insert Documents

@vikas-OP
vikas-OP / mongodb_cheat_sheet.md
Created September 10, 2020 02:42 — forked from bradtraversy/mongodb_cheat_sheet.md
MongoDB Cheat Sheet

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database