SELECT s.*, w.Name AS worker_name FROM Stages s JOIN Worker w ON s.WorkerID = w.ID;