SELECT examen.type, examen.date
FROM examen
JOIN patient ON examen.num_SS = patient.num_SS
WHERE patient.nom = 'Baujean'
AND patient.prenom = 'Emma'