Master Data Services: Analogy to remember what are Models, Entities and Attributes

Standard

Let’s understand master data services terminologies using an analogy. We’ll use the world of RDBMS for our analogy:

Terminology in MDSAnalogy w/ RDBMS
 Models SQL server Schema which is used to group logical entities together.
 Entities Table
AttributesColumns

And here’s a picture that captures the thought: Models contains entities; entities contains Attributes:

master data services models entities attributes

And Here’s the official reference: http://msdn.microsoft.com/en-us/library/ee633763.aspx

Conclusion:

Thinking about the master data services terminologies by drawing an analogy helps me remember them – I hope it helps someone out there too.