I'm studying for an exame on database systems and SQL, and I'm having a problem with an exercise my teacher gave me. Given this physical ERD: physical diagram
I am asked to:
In a SINGLE QUERY, get the name of the players which are associated with teams that compete in either "Competition A" or "Competition B". Include the names of players associated with the team "Team X" and the names of players in teams that were founded in the 40s (1940 trough 1949).
The first part of the question isn't really the problem, but when I get to "Include the names...", it gets tricky.
Any help would be appreciated :) Thank you very much!