Hard
INNER JOIN
Pro Challenge
Support Ticket Ownership Chain
Show the complete escalation ownership for open tickets: assigned agent, that agent's team lead, and the lead's support director. Exclude tickets whose chain is incomplete. Return ticket_id, agent_name, lead_name and director_name. Return columns: ticket_id, agent_name, lead_name, director_name.
Preparing the interactive SQL workspace...