-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
167 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
docs/challenging-sql-problems/problems/bronze/combining-dimensions.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
--- | ||
hide: | ||
- tags | ||
tags: | ||
- asof join | ||
- custom axis | ||
--- | ||
|
||
# Combining dimensions 🔗 | ||
|
||
> [!SUCCESS] Scenario | ||
|
7 changes: 7 additions & 0 deletions
7
docs/challenging-sql-problems/problems/bronze/customer-churn.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
--- | ||
hide: | ||
- tags | ||
tags: | ||
- bitshift | ||
--- | ||
|
||
# Customer churn 🔄 | ||
|
||
> [!SUCCESS] Scenario | ||
|
7 changes: 7 additions & 0 deletions
7
docs/challenging-sql-problems/problems/bronze/fibonacci-sequence.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
--- | ||
hide: | ||
- tags | ||
tags: | ||
- recursive CTE | ||
--- | ||
|
||
# Fibonacci sequence 🔢 | ||
|
||
> [!INFO] | ||
|
7 changes: 7 additions & 0 deletions
7
docs/challenging-sql-problems/problems/bronze/outstanding-invoices.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
--- | ||
hide: | ||
- tags | ||
tags: | ||
- asof join | ||
--- | ||
|
||
# Outstanding invoices 💱 | ||
|
||
> [!SUCCESS] Scenario | ||
|
7 changes: 7 additions & 0 deletions
7
docs/challenging-sql-problems/problems/bronze/personalised-customer-emails.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
--- | ||
hide: | ||
- tags | ||
tags: | ||
- string similarity | ||
--- | ||
|
||
# Personalised customer emails 📨 | ||
|
||
> [!SUCCESS] Scenario | ||
|
8 changes: 8 additions & 0 deletions
8
docs/challenging-sql-problems/problems/bronze/suspicious-login-activity.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
docs/challenging-sql-problems/problems/bronze/temperature-anomaly-detection.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
--- | ||
hide: | ||
- tags | ||
tags: | ||
- window function | ||
--- | ||
|
||
# Temperature anomaly detection 🔍 | ||
|
||
> [!SUCCESS] Scenario | ||
|
8 changes: 8 additions & 0 deletions
8
docs/challenging-sql-problems/problems/bronze/uk-bank-holidays.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
--- | ||
hide: | ||
- tags | ||
tags: | ||
- pivot and unpivot | ||
- semi-structured data | ||
--- | ||
|
||
# UK bank holidays 📅 | ||
|
||
> [!NOTE] | ||
|
10 changes: 10 additions & 0 deletions
10
docs/challenging-sql-problems/problems/gold/encoding-datelist-ints.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
docs/challenging-sql-problems/problems/gold/loan-repayment-schedule.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
--- | ||
hide: | ||
- tags | ||
tags: | ||
- recursive CTE | ||
--- | ||
|
||
# Loan repayment schedule 💰 | ||
|
||
> [!SUCCESS] Scenario | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
--- | ||
hide: | ||
- tags | ||
tags: | ||
- recursive CTE | ||
--- | ||
|
||
# Travel plans 🚂 | ||
|
||
> [!SUCCESS] Scenario | ||
|
8 changes: 8 additions & 0 deletions
8
docs/challenging-sql-problems/problems/silver/bannable-login-activity.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
--- | ||
hide: | ||
- tags | ||
tags: | ||
- recursive CTE | ||
--- | ||
|
||
# Bus routes 🚌 | ||
|
||
> [!SUCCESS] Scenario | ||
|
7 changes: 7 additions & 0 deletions
7
docs/challenging-sql-problems/problems/silver/customer-sales-running-totals.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
--- | ||
hide: | ||
- tags | ||
tags: | ||
- window function | ||
--- | ||
|
||
# Customer sales running totals 📈 | ||
|
||
> [!SUCCESS] Scenario | ||
|
10 changes: 9 additions & 1 deletion
10
docs/challenging-sql-problems/problems/silver/decoding-datelist-ints.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
docs/challenging-sql-problems/problems/silver/funnel-analytics.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
--- | ||
hide: | ||
- tags | ||
tags: | ||
- custom axis | ||
--- | ||
|
||
# Funnel analytics ⏬ | ||
|
||
> [!SUCCESS] Scenario | ||
|
7 changes: 7 additions & 0 deletions
7
docs/challenging-sql-problems/problems/silver/mandelbrot-set.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
--- | ||
hide: | ||
- tags | ||
tags: | ||
- recursive CTE | ||
--- | ||
|
||
# Mandelbrot set 🌀 | ||
|
||
> [!INFO] | ||
|
8 changes: 8 additions & 0 deletions
8
docs/challenging-sql-problems/problems/silver/metric-correlation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
--- | ||
hide: | ||
- tags | ||
tags: | ||
- pivot and unpivot | ||
- correlation | ||
--- | ||
|
||
# Metric correlation 🔀 | ||
|
||
> [!SUCCESS] Scenario | ||
|
8 changes: 8 additions & 0 deletions
8
docs/challenging-sql-problems/problems/silver/predicting-values.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
--- | ||
hide: | ||
- tags | ||
tags: | ||
- pivot and unpivot | ||
- linear regression | ||
--- | ||
|
||
# Predicting values 🎱 | ||
|
||
> [!SUCCESS] Scenario | ||
|
8 changes: 8 additions & 0 deletions
8
docs/challenging-sql-problems/problems/silver/region-precipitation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
--- | ||
hide: | ||
- tags | ||
tags: | ||
- pivot and unpivot | ||
- rollup | ||
--- | ||
|
||
# Region precipitation ☔ | ||
|
||
> [!SUCCESS] Scenario | ||
|
2 changes: 1 addition & 1 deletion
2
docs/challenging-sql-problems/solutions/silver/decoding-datelist-ints.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Decoding datelist ints 🔐 | ||
# Decoding datelist ints 🔓 | ||
|
||
> [!TIP] | ||
> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Questions by topic | ||
|
||
_Note: a question can appear in multiple topics._ | ||
|
||
<!-- material/tags --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters