SELECT -- Select the team long name and team API id team_long_name, team_api_id FROM teams_germany -- Only include FC Schalke 04 and FC Bayern Munich WHERE team_long_name IN ('FC Schalke 04', 'FC Bayern Munich');