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/dictionary/index.md
+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
@@ -32,7 +32,7 @@ The direct join algorithm requires that the right table is backed by a dictionar
32
32
33
33
### Example {#example}
34
34
35
-
Using the Stack Overflow dataset, let's answer the question:
35
+
Using the [Stack Overflow dataset](/getting-started/example-datasets/stackoverflow), let's answer the question:
36
36
*What is the most controversial post concerning SQL on Hacker News?*
37
37
38
38
We will define controversial as when posts have a similar number of up and down votes. We compute this absolute difference, where a value closer to 0 means more controversy. We'll assume the post must have at least 10 up and down votes - posts which people don't vote on aren't very controversial.
0 commit comments