Finding Documents | MongoDB | Tutorial 6

preview_player
Показать описание

.com/databases/mongodb.

This video is one in a series of videos where we'll be looking at creating a database using MongoDB. The course is designed for beginners to MongoDB and database, and will introduce common database management topics.

Throughout the course we'll be looking at various topics including collections, basic C.R.U.D operations, text indexing, aggregation and much more.

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

Pretty surprised this series has only two thousand views, great video!

yongzeyao
Автор

love from India for this amazing series.

lokeshmehta
Автор

Amazing video, this was exactly what I was looking for!

valenciax
Автор

To the point knowledge, thanks from india🇮🇳

lucky_raiser
Автор

at 15:09 which does the grade array has 78 in it when we had imposed gte:80

adhithyar
Автор

Thanks dude! Learnt a lot from your videos!

Qibilii
Автор

Hey, how did you got this view on the gui? When you type the command and it shows you the result
on the top?

amirbialek
Автор

MongoDB's $or operator is pretty counter intuitive in its syntax: why does it demand {$or : [{field1: val1}, ..., {fieldN, valN}]} instead of {$or : {field1: vla1, ...., fieldN: valN}} ?

pynchia
Автор

Are you sure you need the $elemMatch operator for such simple condition? Why not find({grades: {$gte: 80}}) ? $elemMatch is useful to ensure multiple conditions apply to the same element at the same time

pynchia
Автор

Just use robomongo to execute your queries instead of using text editor and terminal

nerdophile