Made changes to query 9 to show some output.
This commit is contained in:
parent
77fcb85901
commit
0ccd263ce0
@ -206,7 +206,7 @@ db.Employee.find({ Designation: { $in: ["Developer", "Tester"] } })
|
|||||||
|
|
||||||
9. Find all documents with exact match on Expertise array:
|
9. Find all documents with exact match on Expertise array:
|
||||||
```mongodb
|
```mongodb
|
||||||
db.Employee.find({ Expertise: { $all: ['Mongodb', 'Mysql', 'Cassandra'] } })
|
db.Employee.find({ Expertise: { $all: ["Cloud", "Microservices"] } })
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user