Conceptual data model

Conceptual data model is a map of key concepts and rules binding these key concepts for a specific business, for a particular audience, that used for databases. Key concepts are both basic and critical to your business. Basic means this term is mentioned many times a day in your organisation in conversation among business people, such as CUSTOMER, EMPLOYEE, PRODUCT, etc.Critical means the business would be very different or non-existent without this key concept. For example, without the concept PRODUCT, your business may become non-existent.

Relationships and Cardinality

In real world, entities have relationships with other entities.  Relationships define how two entities are associated with each other. The data modeling captures the nature of relationship between two entities. For example, the entity 'Customer' buys the 'Product' and the entity 'Vendor' sells the 'Product'. It captures the rules between these two entities. If two entities are Person and Telephone Number, the relationship may capture the rule "Each Person may have many Telephone Numbers" and "Each Telephone Number must belongs to one Person." 

Entities

An entity represents a collection of information about something that the business deems important and worthy of capture. A noun identifies a specific entity. Usually an entity fits into one of several categories - who, what, when, where, why, or how.

Levels of a data model

There are three different levels of Data Model, this makes the model either at a very broad and high level conceptual view, or a more detailed logical or physical view.

The levels of different models are given below,
  1. Conceptual data model (CDM) or Subject area model (SAM).
  2. Logical data model (LDM).
  3. Physical Data Model (PDM).