We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed12f9b commit ab95284Copy full SHA for ab95284
docs/50-aggregation/3-sort-limit.mdx
@@ -72,7 +72,7 @@ SELECT * FROM books ORDER BY timestamp DESC LIMIT 5;
72
73
## 👐 Challenge
74
75
-## 👐 1. After the year 2010, which book has the most number of authors?
+### 👐 1. After the year 2010, which book has the most number of authors?
76
77
<details>
78
<summary>Answer</summary>
docs/50-aggregation/7-CREATE-VIEW.mdx
@@ -61,7 +61,7 @@ db.books.aggregate([
61
]);
62
```
63
64
-### **Equivalent SQL query**
+**Equivalent SQL query**
65
66
```sql
67
INSERT INTO genre_summary (genre, totalBooks)
0 commit comments