Structured-Entity-Relationship-Model
The SERM (Structured Entity Relationship Model) is an amplification of the ERM which is commonly used for data modeling. It was first proposed from Prof. Dr. Elmar J. Sinz in 1988. The SERM is commonly used in the SAP-world for the data modeling.[1]
Aims
- structuring of large schemes
- visualization of existence dependency
- avoidance of inconsistencies
- avoidance of unnecessary relationshiptypes
SERM-Symbols
SERM-Example
- Customer and article are independent entities
- Every order is referred to one customer. Orders without customers are illegal (order is an ER Type). Customers without any orders are legal because they are independent Entities.
- To every order there is belonging at least one order item.
- Every order item is related to exactly one order.
- Every invoice is referred to one customer, as well. Invoices without customers are illegal. Customers without any invoice are legal.
- To every invoice there is belonging at least one invoice line item.
- Every invoice line item is related to exactly order item. An order item could be calculated or not.
- SERM is already in the third normal form
References
- ↑ Michael Röthlin (2010). Management of Data Quality in Enterprise Resource Planning Systems. BoD – Books on Demand. pp. 118–. ISBN 978-3-89936-963-2.
This article is issued from Wikipedia - version of the 11/4/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.