How to install MongoDB 7.0.0 on Windows 11 | Install MongoDB 7.0.0 & Mongo Shell | MongoDB Tutorial

  Рет қаралды 16,802

CS CORNER Sunita Rai

CS CORNER Sunita Rai

Күн бұрын

In this video, I am going to show How to Install MongoDB 7.0.0 Community Edition on Windows 10/11. We will also see How to Install MongoDB Shell for running queries. Also, I have shown different commands of MongoDB.
MongoDB is one of the most used, open-source document databases, and NoSQL databases. MongoDB is developed by 10gen. It is written in c++ and it is a document-oriented database. It uses the BSON format.
Useful Commands in MongoDB:
1. MongoDB - Create Database
use cscorner
2. If you want to check your databases list, use the command
show dbs
Your created database is not present in list. To display database, you need to insert at least one document into it
3. MongoDB - Drop Database
db.dropDatabase()
4. MongoDB - Create Collection
db.createCollection(name)
db.createCollection("students")
5. MongoDB-Create Document.
db.students.insert({"rollno":1,"name":"sunita"})
If the collection doesn't exist in the database, then MongoDB will create this collection and then insert a document into it.
6. MongoDB -Show Collection
show collections
7. MongoDB - Drop Collection
db.students.drop()
8. MongoDB - Query Document
db.students.find()
9. To display the results in a formatted way, you can use pretty method.
db.mycol.find().pretty()
This tutorial will provide you a good understanding of MongoDB concepts.
This tutorial is intended for students and new developers who want to learn MongoDB Database in easy-to-understand steps. This tutorial will provide you MongoDB concepts that will help you to get started with MongoDB quickly.
------------------------------------------------------------------------
Subscribe to my channel for more videos of programming and hit the bell icon to never miss an update in the future.
Also, don't forget to LIKE & COMMENT.
------------------------------------------------------------------------
Channel Subscription:
🔗 / cscornersunitarai
Java Programming Tutorial Playlist
🔗 • Java Programming Tutorial
Thanks for watching my videos till the end, if you like my work please do Subscribe, Like, Comment, and Share!!
------------------------------------------------------------------------
🎥 MY FAVOURITE KZbin GEAR
www.amazon.in/...
------------------------------------------------------------------------
CONNECT WITH ME ON:
►Facebook - / cscornersunitarai
►Personal Facebook A/c - / sunita.sharmarai
►Instagram - / cscornersunitarai
►Telegram - t.me/cscorner
►LinkedIn - / cscornersunitarai
------------------------------------------------------------------------
#MongoDB #installmongoDB #nosql #mongoDB #HowToInstallMongoDBOnWindows10 #MongoDBTutorial #MongoDBInstallationOnWindows #MongoDBInstallation #MongoDBTutorial #MongoDBTutorialForBeginners #MongoDBCourse
#cscornersunitarai
how to install mongodb on windows 10,installing mongodb,how to install mongodb,mongodb,database,open source database,nosql,mongodb tutorial for beginners,starting mongodb linux,install mongodb on linux,data modelling,install mongodb,mongodb on windows,mongod,mongodb 6,mongo,install,windows 10,mongodb 6,community server,mongodb 7.0.0,mongodb installation,mongodb tutorial,create database,drop database,create collection,drop collection,cscornersunitarai,nosql database
Subscribe to CS Corner Sunita Rai for more videos!
Like! Subscribe! Share!
Stay tuned!

Пікірлер: 60
@serhatesen8506
@serhatesen8506 Жыл бұрын
very helpful video thank you so much
@CSCORNERSunitaRai
@CSCORNERSunitaRai Жыл бұрын
Glad my video helped you!! Please subscribe😊
@horror0730
@horror0730 Жыл бұрын
Very Helpfull and smooth keep up the good work 👌👌
@CSCORNERSunitaRai
@CSCORNERSunitaRai 9 ай бұрын
You're welcome! Please subscribe👍
@Jobayer_Ahmed.
@Jobayer_Ahmed. Жыл бұрын
Thank you so much for this helpfull vedio. I was worried about this topic. You diserve a big thank you.
@CSCORNERSunitaRai
@CSCORNERSunitaRai 9 ай бұрын
You're welcome! Please subscribe👍
@saurbhkumar3197
@saurbhkumar3197 Жыл бұрын
Maam aapko bahut bahut dhanyawaad for Latest version making and best wishes for your future toward MandipisLive #MandipisLive
@CSCORNERSunitaRai
@CSCORNERSunitaRai Жыл бұрын
Aapka bhi Dhanywad mera video dekhne ke liye😊👍subscribe kar do
@vishuPhotoworks
@vishuPhotoworks Жыл бұрын
Thank you so much sunita rai its must helpful to install mongo.
@CSCORNERSunitaRai
@CSCORNERSunitaRai Жыл бұрын
Glad my video helped you!! Please subscribe😊
@curious9208
@curious9208 Жыл бұрын
Srsly very helpful!!! Thankss!!:)
@CSCORNERSunitaRai
@CSCORNERSunitaRai 9 ай бұрын
You're welcome! Please subscribe👍
@RajaAnumakonda
@RajaAnumakonda Жыл бұрын
Detailed video Thank so you
@CSCORNERSunitaRai
@CSCORNERSunitaRai 9 ай бұрын
You're welcome! Please subscribe👍
@pratishbakrola2455
@pratishbakrola2455 Жыл бұрын
thank you so much ma'am i was having some error. i was working on this error for past 36 hours. reinstalled MongoDB but the error persisted. thankyou for the video. helped me solve my issue.
@CSCORNERSunitaRai
@CSCORNERSunitaRai Жыл бұрын
Glad my video helped you!! Please subscribe😊
@rhoda_lee_
@rhoda_lee_ Жыл бұрын
Very helpful video ma'am
@CSCORNERSunitaRai
@CSCORNERSunitaRai 9 ай бұрын
You're welcome! Please subscribe👍
@samikshasarode2564
@samikshasarode2564 Жыл бұрын
Amazing detailed video👍
@CSCORNERSunitaRai
@CSCORNERSunitaRai 9 ай бұрын
You're welcome! Please subscribe👍
@MukeshKumar-ui3rd
@MukeshKumar-ui3rd Жыл бұрын
Ma'am Aapke Video hme help Kiya Mai Subscribe v kr de rha hui ... thanks from MandipisLive #MandipisLive
@CSCORNERSunitaRai
@CSCORNERSunitaRai Жыл бұрын
You're welcome😊please subscribe👍
@punitsingh6531
@punitsingh6531 Жыл бұрын
Helpful video❤❤
@CSCORNERSunitaRai
@CSCORNERSunitaRai Жыл бұрын
You're welcome😊please subscribe👍
@MR.44457
@MR.44457 Жыл бұрын
i have installed mysql and xampp. Now do i need mongodb?
@CSCORNERSunitaRai
@CSCORNERSunitaRai Жыл бұрын
MySQL is relational database and mongodb is NoSQL db. U first chk ur requirement, which database you will be using
@amr-abd-alhameed
@amr-abd-alhameed Жыл бұрын
thank you , you are a great youtuber
@CSCORNERSunitaRai
@CSCORNERSunitaRai Жыл бұрын
Thank you!! Please subscribe
@daonamthuan28
@daonamthuan28 Жыл бұрын
how can i connect mongodb with nodejs? Try create database and insert data please
@khairunneesa.moovakkan6238
@khairunneesa.moovakkan6238 Жыл бұрын
how can delete row from collections
@CSCORNERSunitaRai
@CSCORNERSunitaRai Жыл бұрын
db.students.deleteOne({rollno:1}) I'm assuming students is collection name
@staffordnelson9053
@staffordnelson9053 Жыл бұрын
Thank you!
@CSCORNERSunitaRai
@CSCORNERSunitaRai 9 ай бұрын
You're welcome! Please subscribe👍
@NageshKale-z6p
@NageshKale-z6p Жыл бұрын
Best 1 🙌
@CSCORNERSunitaRai
@CSCORNERSunitaRai Жыл бұрын
Glad u liked it !! Please subscribe😊
@gautampatil9307
@gautampatil9307 Жыл бұрын
in mongodb shell there is only one option that is download which in not working trying on 26/09/2023
@CSCORNERSunitaRai
@CSCORNERSunitaRai Жыл бұрын
I'll check
@CSCORNERSunitaRai
@CSCORNERSunitaRai Жыл бұрын
I just checked it's working
@doliouanesoenamtony4460
@doliouanesoenamtony4460 Жыл бұрын
very helpful
@CSCORNERSunitaRai
@CSCORNERSunitaRai 9 ай бұрын
You're welcome! Please subscribe👍
@abdurahman2237
@abdurahman2237 Жыл бұрын
thanks a lot , its working now
@CSCORNERSunitaRai
@CSCORNERSunitaRai Жыл бұрын
You're welcome!! Please subscribe😊
@SonuGupta-zj5bx
@SonuGupta-zj5bx Жыл бұрын
bro still not working, I did same as explained in the procedure
@MohammedNizam-g1j
@MohammedNizam-g1j Жыл бұрын
very helpful 👍
@CSCORNERSunitaRai
@CSCORNERSunitaRai 9 ай бұрын
You're welcome! Please subscribe👍
@ankitraj2283
@ankitraj2283 Жыл бұрын
Thankyou so much : )
@CSCORNERSunitaRai
@CSCORNERSunitaRai Жыл бұрын
You're welcome!! Please subscribe😊
@prabhjotsingh2491
@prabhjotsingh2491 Жыл бұрын
Thank you so much
@CSCORNERSunitaRai
@CSCORNERSunitaRai Жыл бұрын
You're welcome!! Please subscribe😊
@prabhjotsingh2491
@prabhjotsingh2491 Жыл бұрын
@@CSCORNERSunitaRai done mam
@harendrabhati8391
@harendrabhati8391 Жыл бұрын
Make video with MongoDB Compass
@CSCORNERSunitaRai
@CSCORNERSunitaRai Жыл бұрын
Sure On the way👍 Please subscribe
@UserId-r8k
@UserId-r8k Жыл бұрын
THX))
@CSCORNERSunitaRai
@CSCORNERSunitaRai 9 ай бұрын
You're welcome! Please subscribe👍
@mulagraphics
@mulagraphics Жыл бұрын
fix your audio with cupcut noise reducer
@CSCORNERSunitaRai
@CSCORNERSunitaRai Жыл бұрын
Thank you, will chk.
@arjdhg
@arjdhg Жыл бұрын
Helpful video❤❤
@CSCORNERSunitaRai
@CSCORNERSunitaRai 9 ай бұрын
Glad u liked it You're welcome! Please subscribe👍
How to install MongoDB 7 on Windows 11 | Amit Thinks
6:15
Amit Thinks
Рет қаралды 139 М.
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
Mongo command is not working/found in MongoDB 6.0+ || MongoDB error fix
11:46
How to install MongoDB 6 on Windows 10/ Windows 11
13:32
ProgrammingKnowledge
Рет қаралды 533 М.
MongoDB Crash Course
29:59
Web Dev Simplified
Рет қаралды 726 М.
I Redesigned the ENTIRE YouTube UI from Scratch
19:10
Juxtopposed
Рет қаралды 933 М.
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН