Skip to content

Commit 6042ed1

Browse files
committed
Cheatsheet updated
1 parent ec1dad4 commit 6042ed1

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

data/mongodb.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,38 @@
129129
"code": "db.coll.totalIndexSize() "
130130
}
131131
]
132+
}, {
133+
"title": "এসকিউএল এবং মঙ্গোডিবি",
134+
"items": [
135+
{
136+
"definition": "WHERE",
137+
"code": "$match"
138+
}, {
139+
"definition": "GROUP BY",
140+
"code": "$group"
141+
}, {
142+
"definition": "HAVING",
143+
"code": "$match"
144+
}, {
145+
"definition": "SELECT",
146+
"code": "$project"
147+
}, {
148+
"definition": "ORDER BY",
149+
"code": "$sort"
150+
}, {
151+
"definition": "LIMIT",
152+
"code": "$limit"
153+
}, {
154+
"definition": "SUM",
155+
"code": "$sum"
156+
}, {
157+
"definition": "COUNT",
158+
"code": "$sum"
159+
}, {
160+
"definition": "JOIN",
161+
"code": "$unwind"
162+
}
163+
]
132164
}, {
133165
"title": "মিলিতকরন এক্সপ্রেশন",
134166
"items": [

0 commit comments

Comments
 (0)