Chapter 1 Overview Flashcards
(12 cards)
Any person, place or thing with characteristics or attributes that will be included in the system
entity
Diagram identifying the entities (customers, books, orders, etc) in the database
E-R model or ERD
Shows how entities are related to one another
E-R model/ERD
Serves as the logical representation of the physical system to be built
E-R model/ERD
In an ERD, an entity is usually represented as a ____ or ___
square or rectangle
A ____ depicts how an entity’s data relates to another entity
line
If the line connecting two entities is solid, the relationship between the entities is _____
mandatory
If the line connecting two entities is dashed, the relationship between the entities is _____
optional
3 types of relationships that can exist between 2 entities
- one-to-one
- one-to-many
- many-to-many
One-to-one relationships are depicted in an ERD as a ___ line
simple straight
A one-to-many relationship is represented by a ___ line with a ___ at the “___” end
straight; crow’s foot; many
A ___ line with a ____ at ___ end indicates a many-to-many relationship
straight; crow’s foot; each