Category: Databases engines

Database management systems (DBMSs) are specially designed applications that interact with the user, other applications, and the database itself to capture and analyze data

MongoDB Mini User Guide

Shell Mongo : > mongo Once you are in terminal/command line, access the database/collection you want to use as follows: show dbs use <db name> show collections choose your collection and type the following...