際際滷

際際滷Share a Scribd company logo
W O R K S H O P
M I S S F A R H A T
CONTENT
 Introduction to MongoDb
 Introduction to Database
 SQL/MYSQL vs MongoDb
 Difference between JSON and BSON
 Installation of MongoDb
 CRUD Operation in MongoDb
INTRODUCTIONTO MONGODB
INTRODUCTIONTO DATABASE
 What is Datum and Data?
Datum' is the singular form and Data' is the plural form.
 What is Database Management System?
A Database Management System (DBMS) is software designed to store,
retrieve, define, and manage data in a database.
 What are the advantages of Database?
 Reduced data redundancy.
 Reduced updating errors and increased consistency.
 Greater data integrity and independence from applications programs.
 Improved data access to users through use of host and query languages.
SQL/MYSQLVS MONGODB
SQL/MYSQL MONGODB
 RDBMS is a relational database
management system, and
works on relational database.
 It stores data in form of
entities.
 It uses SQl to Query database.
 Example:
create table student(
ID int,
Name varchar,
Age int
)
 Its a non-relational, document
oriented database management
system, and works on
document-base database.
 It stores data in form of
documents.
 It uses BSON to Query database.
 Example:
{
ID : 1,
Name : Ali,
Age : 20
}
JSON VS BSON
Below is the topmost Comparison between JSON vs BSON :
Basis of Comparison JSON BSON
Type Standard file format Binary file format
Speed Comparatively less fast Faster
Space Consumes comparatively less space. More space is consumed.
Usage Transmission of data. Storage of data.
Characteristics
Key-value pair only used for
transmission of data.
Lightweight, fast and traversable.
Structure
Language independent format used for
asynchronous server browser
communication.
Binary JSON which consist of a list of
ordered elements containing a field name,
type, and value. Field name types are
typically a string.
INSTALLATION OF MONGODB
Steps to download MongoDb Community Server:
 https://www.mongodb.com
 https://www.mongodb.com/try/download/community
 Version: 4.2.14
 Platform :Windows
 Package: msi (Microsoft Install)
 Click to download
INSTALLATION OF MONGODB
Steps to install MongoDb Community Server:
INSTALLATION OF MONGODB
Steps to install MongoDb Community Server:
INSTALLATION OF MONGODB
Steps to install MongoDb Community Server:
INSTALLATION OF MONGODB
Steps to install MongoDb Community Server:
INSTALLATION OF MONGODB
Steps to install MongoDb Community Server:
INSTALLATION OF MONGODB
Steps to install MongoDb Community Server:
INSTALLATION OF MONGODB
Steps to install MongoDb Community Server:
INSTALLATION OF MONGODB
Steps to install MongoDb Community Server:
INSTALLATION OF MONGODB
Steps to install MongoDb Community Server:
C:Program FilesMongoDBServer4.2binmongod.exe --version
C:Program FilesMongoDBServer4.2binmongo.exe --version
C:Program FilesMongoDBServer4.2bin
C:Program FilesMongoDBServer4.2data
C:Program FilesMongoDBServer4.2log
Show dbs
Env -> Advance -> EnvironmentVariable -> (Path) Edit -> New ->
C:Program FilesMongoDBServer4.2bin -> Ok
CRUD IN MONGODB
Create Database:
Use DatabaseName
Create Collection:
Db.CollectionName.insertOne({Name: Ali,Age: 20})
Insert Many Record:
Db.CollectionName.insertMany([{Name: Ahsan, Age: 20}, {Name:
Sara, Age: 22}])
Show Database:
Show databases
Show Collection:
Show collections
Show data:
Db.CollectionName.find()
Db.CollectionName.find().pretty()

More Related Content

What's hot (20)

Mongodb basics and architecture
Mongodb basics and architectureMongodb basics and architecture
Mongodb basics and architecture
Bishal Khanal
NOSQL vs SQL
NOSQL vs SQLNOSQL vs SQL
NOSQL vs SQL
Mohammed Fazuluddin
Migrating SSIS to the cloud
Migrating SSIS to the cloudMigrating SSIS to the cloud
Migrating SSIS to the cloud
KoenVerbeeck
NOSQL- Presentation on NoSQL
NOSQL- Presentation on NoSQLNOSQL- Presentation on NoSQL
NOSQL- Presentation on NoSQL
Ramakant Soni
Database Management Systems.ppt
Database Management Systems.pptDatabase Management Systems.ppt
Database Management Systems.ppt
tahakhan699813
Chapter 5 database security
Chapter 5   database securityChapter 5   database security
Chapter 5 database security
Syaiful Ahdan
Top ten big data security and privacy challenges
Top ten big data security and privacy challengesTop ten big data security and privacy challenges
Top ten big data security and privacy challenges
Bee_Ware
Python : Functions
Python : FunctionsPython : Functions
Python : Functions
Emertxe Information Technologies Pvt Ltd
Non relational databases-no sql
Non relational databases-no sqlNon relational databases-no sql
Non relational databases-no sql
Ram kumar
Intro To MongoDB
Intro To MongoDBIntro To MongoDB
Intro To MongoDB
Alex Sharp
Python Pandas
Python PandasPython Pandas
Python Pandas
Sunil OS
Mongodb vs mysql
Mongodb vs mysqlMongodb vs mysql
Mongodb vs mysql
hemal sharma
Security of the database
Security of the databaseSecurity of the database
Security of the database
Pratik Tamgadge
Oracle business intelligence overview
Oracle business intelligence overviewOracle business intelligence overview
Oracle business intelligence overview
nvvrajesh
E-R diagram & SQL
E-R diagram & SQLE-R diagram & SQL
E-R diagram & SQL
Abdullah Almasud
Mongo DB
Mongo DB Mongo DB
Mongo DB
Tata Consultancy Services
Introducing MongoDB Atlas
Introducing MongoDB AtlasIntroducing MongoDB Atlas
Introducing MongoDB Atlas
MongoDB
Basics of MongoDB
Basics of MongoDB Basics of MongoDB
Basics of MongoDB
HabileLabs
Data modeling using the entity relationship model
Data modeling using the entity relationship modelData modeling using the entity relationship model
Data modeling using the entity relationship model
Jafar Nesargi
Presentation on Database management system
Presentation on Database management systemPresentation on Database management system
Presentation on Database management system
Prerana Bhattarai
Mongodb basics and architecture
Mongodb basics and architectureMongodb basics and architecture
Mongodb basics and architecture
Bishal Khanal
Migrating SSIS to the cloud
Migrating SSIS to the cloudMigrating SSIS to the cloud
Migrating SSIS to the cloud
KoenVerbeeck
NOSQL- Presentation on NoSQL
NOSQL- Presentation on NoSQLNOSQL- Presentation on NoSQL
NOSQL- Presentation on NoSQL
Ramakant Soni
Database Management Systems.ppt
Database Management Systems.pptDatabase Management Systems.ppt
Database Management Systems.ppt
tahakhan699813
Chapter 5 database security
Chapter 5   database securityChapter 5   database security
Chapter 5 database security
Syaiful Ahdan
Top ten big data security and privacy challenges
Top ten big data security and privacy challengesTop ten big data security and privacy challenges
Top ten big data security and privacy challenges
Bee_Ware
Non relational databases-no sql
Non relational databases-no sqlNon relational databases-no sql
Non relational databases-no sql
Ram kumar
Intro To MongoDB
Intro To MongoDBIntro To MongoDB
Intro To MongoDB
Alex Sharp
Python Pandas
Python PandasPython Pandas
Python Pandas
Sunil OS
Mongodb vs mysql
Mongodb vs mysqlMongodb vs mysql
Mongodb vs mysql
hemal sharma
Security of the database
Security of the databaseSecurity of the database
Security of the database
Pratik Tamgadge
Oracle business intelligence overview
Oracle business intelligence overviewOracle business intelligence overview
Oracle business intelligence overview
nvvrajesh
Introducing MongoDB Atlas
Introducing MongoDB AtlasIntroducing MongoDB Atlas
Introducing MongoDB Atlas
MongoDB
Basics of MongoDB
Basics of MongoDB Basics of MongoDB
Basics of MongoDB
HabileLabs
Data modeling using the entity relationship model
Data modeling using the entity relationship modelData modeling using the entity relationship model
Data modeling using the entity relationship model
Jafar Nesargi
Presentation on Database management system
Presentation on Database management systemPresentation on Database management system
Presentation on Database management system
Prerana Bhattarai

Similar to Mongo db workshop # 01 (20)

MongoDB
MongoDBMongoDB
MongoDB
Tharun Srinivasa
Database Workshop 際際滷s
Database Workshop 際際滷sDatabase Workshop 際際滷s
Database Workshop 際際滷s
GDSC UofT Mississauga
A Study on Mongodb Database
A Study on Mongodb DatabaseA Study on Mongodb Database
A Study on Mongodb Database
IJSRD
A Study on Mongodb Database.pdf
A Study on Mongodb Database.pdfA Study on Mongodb Database.pdf
A Study on Mongodb Database.pdf
Jessica Navarro
MongoDB presentation
MongoDB presentationMongoDB presentation
MongoDB presentation
Hyphen Call
MongoDB DOC v1.5
MongoDB DOC v1.5MongoDB DOC v1.5
MongoDB DOC v1.5
Tharun Srinivasa
Introduction to MongoDB and its best practices
Introduction to MongoDB and its best practicesIntroduction to MongoDB and its best practices
Introduction to MongoDB and its best practices
AshishRathore72
MongoDB.pptx
MongoDB.pptxMongoDB.pptx
MongoDB.pptx
Aayush Chimaniya
MongoDB.local Sydney: An Introduction to Document Databases with MongoDB
MongoDB.local Sydney: An Introduction to Document Databases with MongoDBMongoDB.local Sydney: An Introduction to Document Databases with MongoDB
MongoDB.local Sydney: An Introduction to Document Databases with MongoDB
MongoDB
how_can_businesses_address_storage_issues_using_mongodb.pptx
how_can_businesses_address_storage_issues_using_mongodb.pptxhow_can_businesses_address_storage_issues_using_mongodb.pptx
how_can_businesses_address_storage_issues_using_mongodb.pptx
sarah david
how_can_businesses_address_storage_issues_using_mongodb.pdf
how_can_businesses_address_storage_issues_using_mongodb.pdfhow_can_businesses_address_storage_issues_using_mongodb.pdf
how_can_businesses_address_storage_issues_using_mongodb.pdf
sarah david
MongoDB - An Introduction
MongoDB - An IntroductionMongoDB - An Introduction
MongoDB - An Introduction
sethfloydjr
Jumpstart: Building Your First MongoDB App
Jumpstart: Building Your First MongoDB AppJumpstart: Building Your First MongoDB App
Jumpstart: Building Your First MongoDB App
MongoDB
MongoDB and crud operations with nosql_ppt.pdf
MongoDB and crud operations with nosql_ppt.pdfMongoDB and crud operations with nosql_ppt.pdf
MongoDB and crud operations with nosql_ppt.pdf
HemrajAunund2
Everything You Need to Know About MongoDB Development.pptx
Everything You Need to Know About MongoDB Development.pptxEverything You Need to Know About MongoDB Development.pptx
Everything You Need to Know About MongoDB Development.pptx
75waytechnologies
MongoDB World 2018: Bumps and Breezes: Our Journey from RDBMS to MongoDB
MongoDB World 2018: Bumps and Breezes: Our Journey from RDBMS to MongoDBMongoDB World 2018: Bumps and Breezes: Our Journey from RDBMS to MongoDB
MongoDB World 2018: Bumps and Breezes: Our Journey from RDBMS to MongoDB
MongoDB
Hands on Big Data Analysis with MongoDB - Cloud Expo Bootcamp NYC
Hands on Big Data Analysis with MongoDB - Cloud Expo Bootcamp NYCHands on Big Data Analysis with MongoDB - Cloud Expo Bootcamp NYC
Hands on Big Data Analysis with MongoDB - Cloud Expo Bootcamp NYC
Laura Ventura
Mongo db halloween party
Mongo db halloween partyMongo db halloween party
Mongo db halloween party
Andrea Balducci
Kalp Corporate MongoDB Tutorials
Kalp Corporate MongoDB TutorialsKalp Corporate MongoDB Tutorials
Kalp Corporate MongoDB Tutorials
Kalp Corporate
Mongodb Introduction
Mongodb Introduction Mongodb Introduction
Mongodb Introduction
Nabeel Naqeebi
A Study on Mongodb Database
A Study on Mongodb DatabaseA Study on Mongodb Database
A Study on Mongodb Database
IJSRD
A Study on Mongodb Database.pdf
A Study on Mongodb Database.pdfA Study on Mongodb Database.pdf
A Study on Mongodb Database.pdf
Jessica Navarro
MongoDB presentation
MongoDB presentationMongoDB presentation
MongoDB presentation
Hyphen Call
Introduction to MongoDB and its best practices
Introduction to MongoDB and its best practicesIntroduction to MongoDB and its best practices
Introduction to MongoDB and its best practices
AshishRathore72
MongoDB.local Sydney: An Introduction to Document Databases with MongoDB
MongoDB.local Sydney: An Introduction to Document Databases with MongoDBMongoDB.local Sydney: An Introduction to Document Databases with MongoDB
MongoDB.local Sydney: An Introduction to Document Databases with MongoDB
MongoDB
how_can_businesses_address_storage_issues_using_mongodb.pptx
how_can_businesses_address_storage_issues_using_mongodb.pptxhow_can_businesses_address_storage_issues_using_mongodb.pptx
how_can_businesses_address_storage_issues_using_mongodb.pptx
sarah david
how_can_businesses_address_storage_issues_using_mongodb.pdf
how_can_businesses_address_storage_issues_using_mongodb.pdfhow_can_businesses_address_storage_issues_using_mongodb.pdf
how_can_businesses_address_storage_issues_using_mongodb.pdf
sarah david
MongoDB - An Introduction
MongoDB - An IntroductionMongoDB - An Introduction
MongoDB - An Introduction
sethfloydjr
Jumpstart: Building Your First MongoDB App
Jumpstart: Building Your First MongoDB AppJumpstart: Building Your First MongoDB App
Jumpstart: Building Your First MongoDB App
MongoDB
MongoDB and crud operations with nosql_ppt.pdf
MongoDB and crud operations with nosql_ppt.pdfMongoDB and crud operations with nosql_ppt.pdf
MongoDB and crud operations with nosql_ppt.pdf
HemrajAunund2
Everything You Need to Know About MongoDB Development.pptx
Everything You Need to Know About MongoDB Development.pptxEverything You Need to Know About MongoDB Development.pptx
Everything You Need to Know About MongoDB Development.pptx
75waytechnologies
MongoDB World 2018: Bumps and Breezes: Our Journey from RDBMS to MongoDB
MongoDB World 2018: Bumps and Breezes: Our Journey from RDBMS to MongoDBMongoDB World 2018: Bumps and Breezes: Our Journey from RDBMS to MongoDB
MongoDB World 2018: Bumps and Breezes: Our Journey from RDBMS to MongoDB
MongoDB
Hands on Big Data Analysis with MongoDB - Cloud Expo Bootcamp NYC
Hands on Big Data Analysis with MongoDB - Cloud Expo Bootcamp NYCHands on Big Data Analysis with MongoDB - Cloud Expo Bootcamp NYC
Hands on Big Data Analysis with MongoDB - Cloud Expo Bootcamp NYC
Laura Ventura
Mongo db halloween party
Mongo db halloween partyMongo db halloween party
Mongo db halloween party
Andrea Balducci
Kalp Corporate MongoDB Tutorials
Kalp Corporate MongoDB TutorialsKalp Corporate MongoDB Tutorials
Kalp Corporate MongoDB Tutorials
Kalp Corporate
Mongodb Introduction
Mongodb Introduction Mongodb Introduction
Mongodb Introduction
Nabeel Naqeebi

Recently uploaded (20)

EMEA Virtual Marketo User Group - Adobe Summit 2025 Round Up
EMEA Virtual Marketo User Group - Adobe Summit 2025 Round UpEMEA Virtual Marketo User Group - Adobe Summit 2025 Round Up
EMEA Virtual Marketo User Group - Adobe Summit 2025 Round Up
BradBedford3
Typing Master Pro 12 Crack Updated Version [April-2025]
Typing Master Pro 12 Crack Updated Version [April-2025]Typing Master Pro 12 Crack Updated Version [April-2025]
Typing Master Pro 12 Crack Updated Version [April-2025]
jhonjosh91
UniFab Crack 2025 Key Full Version [Latest]
UniFab Crack 2025 Key Full Version [Latest]UniFab Crack 2025 Key Full Version [Latest]
UniFab Crack 2025 Key Full Version [Latest]
umeerbinfaizan
Byteexpo Call Center - Presentation.pptx
Byteexpo Call Center - Presentation.pptxByteexpo Call Center - Presentation.pptx
Byteexpo Call Center - Presentation.pptx
hmk11790
The Missing Voices: Unearthing the Impact of Survivorship Bias on Women in Cl...
The Missing Voices: Unearthing the Impact of Survivorship Bias on Women in Cl...The Missing Voices: Unearthing the Impact of Survivorship Bias on Women in Cl...
The Missing Voices: Unearthing the Impact of Survivorship Bias on Women in Cl...
Imma Valls Bernaus
IBM / MAINFRAME /RACF security-guide_pdf.pdf
IBM / MAINFRAME /RACF security-guide_pdf.pdfIBM / MAINFRAME /RACF security-guide_pdf.pdf
IBM / MAINFRAME /RACF security-guide_pdf.pdf
WILSON990330
Distributed systems: design, principles and experiencies
Distributed systems: design, principles and experienciesDistributed systems: design, principles and experiencies
Distributed systems: design, principles and experiencies
Andr辿s P辿rez Gil
Marketo Engage North America Virtual User Group: Adobe Summit 2025 recap
Marketo Engage North America Virtual User Group: Adobe Summit 2025 recapMarketo Engage North America Virtual User Group: Adobe Summit 2025 recap
Marketo Engage North America Virtual User Group: Adobe Summit 2025 recap
BradBedford3
Oracle Database administration Security PPT
Oracle Database administration Security PPTOracle Database administration Security PPT
Oracle Database administration Security PPT
pshankarnarayan
A survey of cloud readiness for Jakarta EE 11
A survey of cloud readiness for Jakarta EE 11A survey of cloud readiness for Jakarta EE 11
A survey of cloud readiness for Jakarta EE 11
Edward Burns
Alluxio Webinar | Inside Deepseek 3FS: A Deep Dive into AI-Optimized Distribu...
Alluxio Webinar | Inside Deepseek 3FS: A Deep Dive into AI-Optimized Distribu...Alluxio Webinar | Inside Deepseek 3FS: A Deep Dive into AI-Optimized Distribu...
Alluxio Webinar | Inside Deepseek 3FS: A Deep Dive into AI-Optimized Distribu...
Alluxio, Inc.
Cypress Parallel Testing Tutorial: Speed Up Your Test Runs with Ease
Cypress Parallel Testing Tutorial: Speed Up Your Test Runs with EaseCypress Parallel Testing Tutorial: Speed Up Your Test Runs with Ease
Cypress Parallel Testing Tutorial: Speed Up Your Test Runs with Ease
Shubham Joshi
Internet Download Manager Crack Latest version 2025
Internet Download Manager  Crack Latest version 2025Internet Download Manager  Crack Latest version 2025
Internet Download Manager Crack Latest version 2025
mohsinrazakpa26
Maximizing PMI Chapter Success to Streamline Events + Programs with OnePlan
Maximizing PMI Chapter Success to Streamline Events + Programs with OnePlanMaximizing PMI Chapter Success to Streamline Events + Programs with OnePlan
Maximizing PMI Chapter Success to Streamline Events + Programs with OnePlan
OnePlan Solutions
TVersity Pro Media Server Free CRACK Download
TVersity Pro Media Server Free CRACK DownloadTVersity Pro Media Server Free CRACK Download
TVersity Pro Media Server Free CRACK Download
mohsinrazakpa43
Internet Download Manager (IDM) Crack + Lisence key Latest version 2025
Internet Download Manager (IDM) Crack + Lisence key Latest version 2025Internet Download Manager (IDM) Crack + Lisence key Latest version 2025
Internet Download Manager (IDM) Crack + Lisence key Latest version 2025
blouch36kp
Lecture2_REQUIREMENT_Process__Modelss.pptx
Lecture2_REQUIREMENT_Process__Modelss.pptxLecture2_REQUIREMENT_Process__Modelss.pptx
Lecture2_REQUIREMENT_Process__Modelss.pptx
Aqsa162589
mORMot 2 - Pascal Cafe 2025 in Nederlands
mORMot 2 - Pascal Cafe 2025 in NederlandsmORMot 2 - Pascal Cafe 2025 in Nederlands
mORMot 2 - Pascal Cafe 2025 in Nederlands
Arnaud Bouchez
ESET NOD32 Antivirus Crack with License Key 2025
ESET NOD32 Antivirus Crack with License Key 2025ESET NOD32 Antivirus Crack with License Key 2025
ESET NOD32 Antivirus Crack with License Key 2025
umeerbinfaizan
Bandicut Video Cutter v3.6.8.709 Crack [April-2025]
Bandicut Video Cutter v3.6.8.709 Crack [April-2025]Bandicut Video Cutter v3.6.8.709 Crack [April-2025]
Bandicut Video Cutter v3.6.8.709 Crack [April-2025]
jackalen173
EMEA Virtual Marketo User Group - Adobe Summit 2025 Round Up
EMEA Virtual Marketo User Group - Adobe Summit 2025 Round UpEMEA Virtual Marketo User Group - Adobe Summit 2025 Round Up
EMEA Virtual Marketo User Group - Adobe Summit 2025 Round Up
BradBedford3
Typing Master Pro 12 Crack Updated Version [April-2025]
Typing Master Pro 12 Crack Updated Version [April-2025]Typing Master Pro 12 Crack Updated Version [April-2025]
Typing Master Pro 12 Crack Updated Version [April-2025]
jhonjosh91
UniFab Crack 2025 Key Full Version [Latest]
UniFab Crack 2025 Key Full Version [Latest]UniFab Crack 2025 Key Full Version [Latest]
UniFab Crack 2025 Key Full Version [Latest]
umeerbinfaizan
Byteexpo Call Center - Presentation.pptx
Byteexpo Call Center - Presentation.pptxByteexpo Call Center - Presentation.pptx
Byteexpo Call Center - Presentation.pptx
hmk11790
The Missing Voices: Unearthing the Impact of Survivorship Bias on Women in Cl...
The Missing Voices: Unearthing the Impact of Survivorship Bias on Women in Cl...The Missing Voices: Unearthing the Impact of Survivorship Bias on Women in Cl...
The Missing Voices: Unearthing the Impact of Survivorship Bias on Women in Cl...
Imma Valls Bernaus
IBM / MAINFRAME /RACF security-guide_pdf.pdf
IBM / MAINFRAME /RACF security-guide_pdf.pdfIBM / MAINFRAME /RACF security-guide_pdf.pdf
IBM / MAINFRAME /RACF security-guide_pdf.pdf
WILSON990330
Distributed systems: design, principles and experiencies
Distributed systems: design, principles and experienciesDistributed systems: design, principles and experiencies
Distributed systems: design, principles and experiencies
Andr辿s P辿rez Gil
Marketo Engage North America Virtual User Group: Adobe Summit 2025 recap
Marketo Engage North America Virtual User Group: Adobe Summit 2025 recapMarketo Engage North America Virtual User Group: Adobe Summit 2025 recap
Marketo Engage North America Virtual User Group: Adobe Summit 2025 recap
BradBedford3
Oracle Database administration Security PPT
Oracle Database administration Security PPTOracle Database administration Security PPT
Oracle Database administration Security PPT
pshankarnarayan
A survey of cloud readiness for Jakarta EE 11
A survey of cloud readiness for Jakarta EE 11A survey of cloud readiness for Jakarta EE 11
A survey of cloud readiness for Jakarta EE 11
Edward Burns
Alluxio Webinar | Inside Deepseek 3FS: A Deep Dive into AI-Optimized Distribu...
Alluxio Webinar | Inside Deepseek 3FS: A Deep Dive into AI-Optimized Distribu...Alluxio Webinar | Inside Deepseek 3FS: A Deep Dive into AI-Optimized Distribu...
Alluxio Webinar | Inside Deepseek 3FS: A Deep Dive into AI-Optimized Distribu...
Alluxio, Inc.
Cypress Parallel Testing Tutorial: Speed Up Your Test Runs with Ease
Cypress Parallel Testing Tutorial: Speed Up Your Test Runs with EaseCypress Parallel Testing Tutorial: Speed Up Your Test Runs with Ease
Cypress Parallel Testing Tutorial: Speed Up Your Test Runs with Ease
Shubham Joshi
Internet Download Manager Crack Latest version 2025
Internet Download Manager  Crack Latest version 2025Internet Download Manager  Crack Latest version 2025
Internet Download Manager Crack Latest version 2025
mohsinrazakpa26
Maximizing PMI Chapter Success to Streamline Events + Programs with OnePlan
Maximizing PMI Chapter Success to Streamline Events + Programs with OnePlanMaximizing PMI Chapter Success to Streamline Events + Programs with OnePlan
Maximizing PMI Chapter Success to Streamline Events + Programs with OnePlan
OnePlan Solutions
TVersity Pro Media Server Free CRACK Download
TVersity Pro Media Server Free CRACK DownloadTVersity Pro Media Server Free CRACK Download
TVersity Pro Media Server Free CRACK Download
mohsinrazakpa43
Internet Download Manager (IDM) Crack + Lisence key Latest version 2025
Internet Download Manager (IDM) Crack + Lisence key Latest version 2025Internet Download Manager (IDM) Crack + Lisence key Latest version 2025
Internet Download Manager (IDM) Crack + Lisence key Latest version 2025
blouch36kp
Lecture2_REQUIREMENT_Process__Modelss.pptx
Lecture2_REQUIREMENT_Process__Modelss.pptxLecture2_REQUIREMENT_Process__Modelss.pptx
Lecture2_REQUIREMENT_Process__Modelss.pptx
Aqsa162589
mORMot 2 - Pascal Cafe 2025 in Nederlands
mORMot 2 - Pascal Cafe 2025 in NederlandsmORMot 2 - Pascal Cafe 2025 in Nederlands
mORMot 2 - Pascal Cafe 2025 in Nederlands
Arnaud Bouchez
ESET NOD32 Antivirus Crack with License Key 2025
ESET NOD32 Antivirus Crack with License Key 2025ESET NOD32 Antivirus Crack with License Key 2025
ESET NOD32 Antivirus Crack with License Key 2025
umeerbinfaizan
Bandicut Video Cutter v3.6.8.709 Crack [April-2025]
Bandicut Video Cutter v3.6.8.709 Crack [April-2025]Bandicut Video Cutter v3.6.8.709 Crack [April-2025]
Bandicut Video Cutter v3.6.8.709 Crack [April-2025]
jackalen173

Mongo db workshop # 01

  • 1. W O R K S H O P M I S S F A R H A T
  • 2. CONTENT Introduction to MongoDb Introduction to Database SQL/MYSQL vs MongoDb Difference between JSON and BSON Installation of MongoDb CRUD Operation in MongoDb
  • 4. INTRODUCTIONTO DATABASE What is Datum and Data? Datum' is the singular form and Data' is the plural form. What is Database Management System? A Database Management System (DBMS) is software designed to store, retrieve, define, and manage data in a database. What are the advantages of Database? Reduced data redundancy. Reduced updating errors and increased consistency. Greater data integrity and independence from applications programs. Improved data access to users through use of host and query languages.
  • 5. SQL/MYSQLVS MONGODB SQL/MYSQL MONGODB RDBMS is a relational database management system, and works on relational database. It stores data in form of entities. It uses SQl to Query database. Example: create table student( ID int, Name varchar, Age int ) Its a non-relational, document oriented database management system, and works on document-base database. It stores data in form of documents. It uses BSON to Query database. Example: { ID : 1, Name : Ali, Age : 20 }
  • 6. JSON VS BSON Below is the topmost Comparison between JSON vs BSON : Basis of Comparison JSON BSON Type Standard file format Binary file format Speed Comparatively less fast Faster Space Consumes comparatively less space. More space is consumed. Usage Transmission of data. Storage of data. Characteristics Key-value pair only used for transmission of data. Lightweight, fast and traversable. Structure Language independent format used for asynchronous server browser communication. Binary JSON which consist of a list of ordered elements containing a field name, type, and value. Field name types are typically a string.
  • 7. INSTALLATION OF MONGODB Steps to download MongoDb Community Server: https://www.mongodb.com https://www.mongodb.com/try/download/community Version: 4.2.14 Platform :Windows Package: msi (Microsoft Install) Click to download
  • 8. INSTALLATION OF MONGODB Steps to install MongoDb Community Server:
  • 9. INSTALLATION OF MONGODB Steps to install MongoDb Community Server:
  • 10. INSTALLATION OF MONGODB Steps to install MongoDb Community Server:
  • 11. INSTALLATION OF MONGODB Steps to install MongoDb Community Server:
  • 12. INSTALLATION OF MONGODB Steps to install MongoDb Community Server:
  • 13. INSTALLATION OF MONGODB Steps to install MongoDb Community Server:
  • 14. INSTALLATION OF MONGODB Steps to install MongoDb Community Server:
  • 15. INSTALLATION OF MONGODB Steps to install MongoDb Community Server:
  • 16. INSTALLATION OF MONGODB Steps to install MongoDb Community Server: C:Program FilesMongoDBServer4.2binmongod.exe --version C:Program FilesMongoDBServer4.2binmongo.exe --version C:Program FilesMongoDBServer4.2bin C:Program FilesMongoDBServer4.2data C:Program FilesMongoDBServer4.2log Show dbs Env -> Advance -> EnvironmentVariable -> (Path) Edit -> New -> C:Program FilesMongoDBServer4.2bin -> Ok
  • 17. CRUD IN MONGODB Create Database: Use DatabaseName Create Collection: Db.CollectionName.insertOne({Name: Ali,Age: 20}) Insert Many Record: Db.CollectionName.insertMany([{Name: Ahsan, Age: 20}, {Name: Sara, Age: 22}]) Show Database: Show databases Show Collection: Show collections Show data: Db.CollectionName.find() Db.CollectionName.find().pretty()