SELECT E.Name, Max(A.CheckDate) FROM Emploee E LEFT JOIN Attestation A ON E.ID = A.EmploeeID GROUP BY E.Name