select a.descrizione
from table a, table b
where a.padre = b.figlio
and b.figlio = 3
vedi se č utile