Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix minor typo in 20100-2024-project8.adoc #1053

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ a. Considering the `People` table, find the `playerID` for Rickey Henderson.

b. Using the `playerID` that you found in question 3a, now use the `Batting` table to print all of the rows corresponding to Rickey Henderson's `playerID`.

c. Finally, again using the `Batting` table, print *only* the `SUM(R)` and `SUM(SB)` for Rickey Henderson, which are his total number of runs in his career and his total number of stolen bases in his career.
c. Finally, again using the `Batting` table, print *only* the `SUM\(R)` and `SUM(SB)` for Rickey Henderson, which are his total number of runs in his career and his total number of stolen bases in his career.

[TIP]
====
Expand Down