SELECT inactive.id FROM inactive WHERE NOT EXISTS (select null from renamed where renamed.id = inactive.id) AND NOT EXISTS (select null from returned where returned.id = inactive.id)