I've been trying to find some kind of explanation as to the design and intended use/function of the included tables...
I'd rather not reinvent the wheel, and absent any better explanation than what I have found, I'll be OK. It's just that someone put all this effort into these standard tables I would expect to find a resource explaining the intended function(s)
EG:
In my original DB schema I had a table for a COMPANY, and companies have LOCATIONS, locations have an ADDRESS and a PHONE number. A CONTACT is tied to a LOCATION, and might have an additional ADDRESS or PHONE... you get the idea. Well there is a standard ACCOUNT table, but no LOCATION table, so I decided to just use another ACCOUNT, and add a field to relate them. As I look through the default tables I'd just like to find a resource that covers them from a conceptual perspective, not just the field details etc. I find, for example, here: https://learn.microsoft.com/en-us/common-data-model/schema/core/applicationcommon/foundationcommon/crmcommon/projectcommon/contact
If there isn't anything better OK, just hoping there is.