Skip to content

Commit 5ddca3c

Browse files
committed
Add note
1 parent 808af98 commit 5ddca3c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ One SQL problem a day for a year
66

77
> [!NOTE]
88
> ALL CONTENTS IN THIS REPO ARE FOR EDUCATIONAL PURPOSES ONLY.
9+
<!-- markdownlint-disable MD028 -->
10+
11+
<!-- markdownlint-enable MD028 -->
12+
> [!NOTE]
13+
> `SQL Everyday` has been templatized into `eevveerryyddaayy`. More info [here](https://github.com/ggeerraarrdd/eevveerryyddaayy).
914
1015
_SQL Everyday_ is a personal challenge to solve at least one SQL problem everyday for the next 365 days, starting from September 28, 2024.
1116

@@ -59,7 +64,7 @@ To make the daily tasks of creating a new file and updating the index easier, th
5964
| 028 | [Spotify Streaming History](https://datalemur.com/questions/spotify-streaming-history) | [Solution](solutions/028_spotify_streaming_history.md) | DataLemur | Medium | |
6065
| 029 | [Consecutive Filing Years](https://datalemur.com/questions/consecutive-filing-years) | [Solution](solutions/029_consecutive_filing_years.md) | DataLemur | Hard | |
6166
| 030 | [Average Post Hiatus (Part 1)](https://datalemur.com/questions/sql-average-post-hiatus-1) | [Solution](solutions/030_average_post_hiatus_part_1.md) | DataLemur | Easy | |
62-
<!--| 031 | [Mean, Median, Mode](https://datalemur.com/questions/mean-median-mode) | [Solution](solutions/031_mean_median_mode.md) | DataLemur | Medium | `PERCENTILE_CONT()` |
67+
| 031 | [Mean, Median, Mode](https://datalemur.com/questions/mean-median-mode) | [Solution](solutions/031_mean_median_mode.md) | DataLemur | Medium | `PERCENTILE_CONT()` |
6368
| 032 | [Marketing Touch Streak](https://datalemur.com/questions/marketing-touch-streak) | [Solution](solutions/032_marketing_touch_streak.md) | DataLemur | Hard | |
6469
| 033 | [Teams Power Users](https://datalemur.com/questions/teams-power-users) | [Solution](solutions/033_teams_power_users.md) | DataLemur | Easy | |
6570
| 034 | [Pharmacy Analytics (Part 4)](https://datalemur.com/questions/top-drugs-sold) | [Solution](solutions/034_pharmacy_analytics_part_4.md) | DataLemur | Medium | |
@@ -152,7 +157,7 @@ To make the daily tasks of creating a new file and updating the index easier, th
152157
| 121 | [Find Followers Count](https://leetcode.com/problems/find-followers-count/description/) | [Solution](solutions/121_find_followers_count.md) | LeetCode | Easy | |
153158
| 122 | [Biggest Single Number](https://leetcode.com/problems/biggest-single-number/description/) | [Solution](solutions/122_biggest_single_number.md) | LeetCode | Easy | |
154159
| 123 | [Customers Who Bought All Products](https://leetcode.com/problems/customers-who-bought-all-products/description/) | [Solution](solutions/123_customers_who_bought_all_products.md) | LeetCode | Medium | |
155-
| 124 | [The Number of Employees Which Report to Each Employee](https://leetcode.com/problems/the-number-of-employees-which-report-to-each-employee/description/) | [Solution](solutions/124_the_number_of_employees_which_report_to_each_employee.md) | LeetCode | Easy | |-->
160+
| 124 | [The Number of Employees Which Report to Each Employee](https://leetcode.com/problems/the-number-of-employees-which-report-to-each-employee/description/) | [Solution](solutions/124_the_number_of_employees_which_report_to_each_employee.md) | LeetCode | Easy | |
156161

157162
## Author(s)
158163

0 commit comments

Comments
 (0)