select a.section_id , count(b.edition_id) from secciones a left join edicion_seccion_xref b on a.section_id=b.section_id group by 1 having count(b.edition_id) = 0