You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- The expression begins with joining the Player table with the Participation table on the player IDs, then joins the result with the Tournament table on the tournament IDs.
The selection operation filters the rows where the player's first name is 'Aimee' and the last name is 'Lamb'.
Finally, the projection operation selects the tournament names from the resulting table.