Skip to content

Commit ab95284

Browse files
committedFeb 21, 2025
Fixed headings
1 parent ed12f9b commit ab95284

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎docs/50-aggregation/3-sort-limit.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ SELECT * FROM books ORDER BY timestamp DESC LIMIT 5;
7272

7373
## 👐 Challenge
7474

75-
## 👐 1. After the year 2010, which book has the most number of authors?
75+
### 👐 1. After the year 2010, which book has the most number of authors?
7676

7777
<details>
7878
<summary>Answer</summary>

Diff for: ‎docs/50-aggregation/7-CREATE-VIEW.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ db.books.aggregate([
6161
]);
6262
```
6363

64-
### **Equivalent SQL query**
64+
**Equivalent SQL query**
6565

6666
```sql
6767
INSERT INTO genre_summary (genre, totalBooks)

0 commit comments

Comments
 (0)