MongoDB Tutorial for Beginners 6 - Query Document

preview_player
Показать описание
In this video I am going to show you How to Query Documents In MongoDB.
In this Tutorial we will learn. How to install MongoDB, How to create new collections that store documents, You'll learn about the most common and used MongoDB shell commands to manage your documents.

★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!

Рекомендации по теме
Комментарии
Автор

thanks for good course that u build for us :)) it is simple and enjoyable

Soft_menu
Автор

This is awesome, unfortunately the English is not my native language but I understand that you say! Thank you man!

DanieL-tvvn
Автор

sir - first of all thanks for a very good tutorial

i have a question here .

when we inserted the document (that you are showing in the beginning of this video) in the previous video, we did as a one row.
so i was thinking it will be assigned under 1 id.

i mean whole array object will be under 1 ID.

AwaraGhumakkad
Автор

if any one get problem, use as follows.
when inserting -
db.mycol.insert({"name":"foo", "age":NumberInt(15)})

when query -
db.mycol.find
({
"age":{$gt:8}
})

yasithabandara
Автор

i have one doubt if someone can clear this up? what language is mongodb using? is mongodb itself a language or will it use python or php in future.. ? please it would be a big help.

aarushsharma
Автор

if you were looking for the student with the oldest age how would you do that?

obsidian
Автор

sir my code is not executing of query related to or operator in tutorial 6

priyanshujain
Автор

Failed to retrieve documents


Stacktrace:
|____/ Illegal state: state should be: open
while running query i am new so could you help me

theraghu