diff --git a/projects-appendix/modules/ROOT/pages/fall2024/20100/20100-2024-project8.adoc b/projects-appendix/modules/ROOT/pages/fall2024/20100/20100-2024-project8.adoc index d13491f9a..9d69dddcd 100644 --- a/projects-appendix/modules/ROOT/pages/fall2024/20100/20100-2024-project8.adoc +++ b/projects-appendix/modules/ROOT/pages/fall2024/20100/20100-2024-project8.adoc @@ -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] ====