Determine the result of the query: SELECT team, day FROM scores s1 WHERE NOT EXISTS (SELECT * FROM scores s2 WHERE = _____ AND (_____ <> _____ OR _____ <> _____))
a) team, day
b) s1.team, s1.day
c) scores.team, scores.day
d) s2.team, s2.day