DELETE TH
, TP
FROM TRABLAHIJO TH
JOIN TABLAPADRE TP ON(TP.campo = TH.campo)
WHERE TH.campo IN(valor);