Now, let's start the conceptual data modeling for our TaskAgile application. First of all, let's go over the notation that we will use to create ER diagrams.
Conceptual data modeling with ER diagrams
Crow's foot notation
The notation we use in this book is crow's foot notation. We use rectangles to represent entities. For example, the following represents User entities and Team Entities:
Figure 5.2: Entities
And, we use a line to connect rectangles to represent a relationship. For example, Figure 5.3 represents the relationship between User entities and Team entities:
Figure 5.3: The relationship between User and Team
In this relationship, the symbol with double perpendicular lines on the left side means...