Any Advantage(s) of storing distinct conceptNames of the same conceptId

@k_joseph the reason you have multiple rows in the concept_name table with different name column values but same concept_id values is because a concept can have multiple names, this is so because we need to support synonyms and internationalization, as you may already know concept.names is a collection

2 Likes