Skip to content

Commit

Permalink
Remove ambiguity in text
Browse files Browse the repository at this point in the history
  • Loading branch information
aelishRollo committed Jun 20, 2024
1 parent 3fbda4d commit c85622b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion innocence.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,6 @@ Let's use what we've learned so far to complete our task:
FROM executions"
></sql-exercise>
This method of finding claims of innocence is admittedly rather inaccurate because innocence can be expressed in other terms like "not guilty". Nevertheless, I suspect it underestimates the real number, and is probably of the right order of magnitude. The question we are left with then, is whether we are willing to accept the possibility that up to 5% percent of people we execute are actually innocent. ([Paul Graham is not.](http://paulgraham.com/prop62.html))
This method of finding claims of innocence is admittedly rather inaccurate because innocence can be expressed in other terms like "not guilty". Nevertheless, I suspect it underestimates the real number, and is probably of the right order of magnitude. The question we are left with then, is whether we are willing to accept the possibility that up to 5% percent of people we execute are actually innocent. ([Paul Graham is not willing to.](http://paulgraham.com/prop62.html))

To recap, we've moved from row-level operations in the previous section, to using aggregate functions on multiple rows in the dataset. This has opened up an avenue to study system-level behavior. In the next section, we'll learn to apply aggregate functions on multiple subgroups of the dataset using the `GROUP BY` block.

0 comments on commit c85622b

Please sign in to comment.