Unable to pass subtask 1.1:11 in worldcup database course

Hello,

I have completed the queries.sh file and the output exactly matches the expected_output.txt values. I’ve made sure the decimal counts match as well as the queries being on a single line as instructed.

you can find my queries here odin_project/queries.sh at d5b49d6645dc098b1ee5d2b54fa742bcb907867f · jhartfiel4/odin_project · GitHub

The second to last query is off @jhartfiel44.
Example:

Year and team name of all the champions:
2014|Germany
2018|France

Yours:

Year and team name of all the champions:
2018|France
2014|Germany

Should be an easy fix :+1:

:person_facepalming: That was a very easy fix and an easy miss. Thank you!

1 Like