automated commit by check50 [check50=True]
This commit is contained in:
2
3.sql
2
3.sql
@@ -3,7 +3,7 @@
|
||||
-- Note that there may be two players with the name “Ken Griffey.” This Ken Griffey was born in 1969.
|
||||
-- Your query should return a table with two columns, one for year and one for home runs.
|
||||
SELECT perf."year", perf."hr"
|
||||
FROM "performances" as perf
|
||||
FROM "performances" AS perf
|
||||
JOIN "players" AS p
|
||||
ON perf."player_id" = p."id"
|
||||
WHERE
|
||||
|
||||
Reference in New Issue
Block a user