This page will refer to the conceptual and logical data modeling naming
standards. The physical database object standards are located under the
"SQL" area. Ten common naming standards area equally applicable
to the data's domain. - Be correct, that is, both in
functionally and technically accurate.
- Be clear. Avoid using
vague terms such as "handle" or "workflow".
- Be concise, using
the fewest number of words as possible.
- Be unique, avoiding
wording similar to that of any other name in entity or domain.
- Be
atomic, representing a single concept.
- Contain only letters of
the alphabet and numbers
- Follow a specified format standard of
the organization.
- Reflect common terminology used throughout the
organization
- Use complete names wherever possible instead of
abbreviations or acronyms.
- Use only approved abbreviations or
acronyms when the modeling tool restricts the length of the name.
|