data modeling code example
Example 1: What is a Conceptual Data Model?
There are many good definition of this term.
In layman's term, it's the big picture of a Business's data
domain and processes that occur in it. During the design
phase of an application or a database, a team creates conceptual,
logical and physical data model. Some teams combine conceptual
and logical data model effort while others do only the
physical data model. Here is a basic example of the
conceptual data model.
+-------------+ +-------------+
| Customers |--------------> | Address |
+-------------+ +-------------+
|
|
\|/
+-------------+ +-------------+
| Orders |<-------------- | Products |
+-------------+ +-------------+
Example 2: data model
A data model refers to the logical inter-relationships and data flow between different data elements involved in the information world. ... Data models help represent what data is required and what format is to be used for different business processes.