Ho fatto in questo modo ma non mi restituisce nulla:

codice:
String qry = "select * from prestito_dvd left join dvd on prestito_dvd.dvd_id = dvd.dvd_id left join utenti on prestito_dvd.ute_id = utenti.ute_id where utenti.ute_id = utenti.ute_nome";
Grazie ancora