URI SQL Solution 2616- No Rental

select id,name
from customers
where id not in(select id_customers from locations);
Share:

2 comments: