You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/20-what-is-aggregation/3-structure-aggregation.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: See the parts that compose an aggregation pipeline.
4
4
5
5
# 📘 Structure of an Aggregation Pipeline
6
6
7
-
To interact with a relational database, we typically use SQL, a 4th-generation language, to access our data. With MongoDB, we instead get data and transform it in incremental steps.
7
+
To interact with a relational database, we typically use SQL, a fourth-generation language, to access our data. With MongoDB, we instead get data and transform it in incremental steps.
8
8
9
9
An aggregation pipeline is composed of [__stages__](https://www.mongodb.com/docs/manual/reference/operator/aggregation-pipeline/).
0 commit comments