Skip to content

Commit 9ab5099

Browse files
authored
Update 3. Get Only What You Need, and Fast.md
1 parent 54678f4 commit 9ab5099

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Introduction to MongoDB in Python/3. Get Only What You Need, and Fast.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,9 @@ for prize in prizes:
8686
# Print the total share
8787
print(total_share)
8888
```
89-
### :books
89+
### 📚 Sorting post-query w/ python
90+
![image](https://user-images.githubusercontent.com/51888893/204381405-55db23d5-c647-4f05-a56b-e3f25f0094a3.png)
91+
### 📚 Sorting in-query w/ MongoDB
92+
![image](https://user-images.githubusercontent.com/51888893/204381868-7de20ade-488a-454d-91a2-f887495106e0.png)
93+
### 📚 Primary and secondary sorting
94+
![image](https://user-images.githubusercontent.com/51888893/204382060-571d2118-4469-4142-bd7f-f3005f853ffb.png)

0 commit comments

Comments
 (0)