Complete MongoDB Tutorial #10 - Operators & Complex Queries

preview_player
Показать описание
🐱‍💻 View this course & other premium courses without ads on the Net Ninja Pro site:

🐱‍💻 Access the course files on GitHub:
(lesson code available from lesson 15 onwards)

🐱‍💻 Modern JavaScript Course:

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

This is nice and I like that he didn't straight start using the web atlas stuff, it makes me mad when I see tutorial just straight up start using that because it's easy. Great work.

onyilimba
Автор

I honestly don't know where I'd be without Net Ninja 🙏

drewlockliear
Автор

Can't wait for aggregation and transactions videos. Thank you Net Ninja

sibusisomkhwanazi
Автор

Query Selectors
Comparison
For comparison of different BSON type values, see the specified BSON comparison order.

- Name
= Description

$eq
Matches values that are equal to a specified value.

$gt
Matches values that are greater than a specified value.

$gte
Matches values that are greater than or equal to a specified value.

$in
Matches any of the values specified in an array.

$lt
Matches values that are less than a specified value.

$lte
Matches values that are less than or equal to a specified value.

$ne
Matches all values that are not equal to a specified value.

$nin
Matches none of the values specified in an array.



Logical

- Name
= Description

$and
Joins query clauses with a logical AND returns all documents that match the conditions of both clauses.

$not
Inverts the effect of a query expression and returns documents that do not match the query expression.

$nor
Joins query clauses with a logical NOR returns all documents that fail to match both clauses.

$or
Joins query clauses with a logical OR returns all documents that match the conditions of either clause.

Abdallah_Ismail
Автор

Your style of teaching is very neat and easy to understand, which is helping students who have not much deeper understanding of English.

abidibnazam
Автор

I can tell your taste in books is impeccable

MaenEnma
Автор

Great course! Please continue to upload the rest. Take your time, but also ples upload quick 3:

diloncarnie
Автор

thanks alot for these great toturials ur the best

ahmedmohamed-vlfj
Автор

i know this sounds funny but can i know which keyboard model you use?

tszkinwong
Автор

cant wait for dealing with large documents

nhutdangminh
Автор

Very helpful video. Also can you please tell me how are you brackets autocompleting in shell? mine just starts with open brackets.

gameboyui
Автор

If it's a complete video will you include realm, serverless, aggregation charts, geospatial query and SCALING FOR ENTERPRISE(like millions of users ) application?? Thank you so

althafaralijaffarali
Автор

Notes:

$lt, $gt, $lte, $gte
$or

Examples: { $or: { rating: { $lt: 9 } } }

daniyalkhan
Автор

Un po' malato come sistema però vabbè ci sta fratello. Anche se non c'ha senso

notlatif