codice:
select nome,cognome
from clienti as c
left join quote as q
on c.idcliente = q.idcliente
where q.idcliente is null