Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 588 Bytes

overview.md

File metadata and controls

56 lines (33 loc) · 588 Bytes
  1. Introduction

    • Interaction
    • No Sql DB
    • MONGODB
    • SQL vs Nosql
  2. Installation

    • Windows
      • Installation,follow pdf
    • Ubuntu

  • Creating a database use DATABASE_NAME
  • Create a collection
  • show collections
  • drop collection

  • Inserting in the collection
  • Inserting array of documents

  • Querying
    • find
    • filters

  • Update a document
    • replacing a document with another, save()

  • Delete a document-remove

  • help command for syntax

  • limiting, sorting, indexing, aggregate

  • Drop Database