-- 
select
    entity_name
  , attribute_name
from
    msc_xref_mapping
group by
    entity_name
  , attribute_name
order by
    1
  , 2