Entity Relationship Model Flashcards
The _______-________ model is a notation for describing schemas in databases
entity-relationship
The ER model is a high-level ______
sketch
A DB design is called a ER ______
diagram
ER models are converted to relational DB ______
schemas
Later in the DB design phase, the _____ model is transformed into a ____ model
conceptual, logical
The _________ process removes redundancies in data or updates anomalies in the DB design
normalization
The ______ representation of the DB model usually differs from the logical representation
physical
An _____ is a thing or object
entity
An entity set is a ______ of similar entities
collection
An attribute is a ______ of an entity set
property
An _______ is a simple value, like an int or char string
attribute
In ER diagrams, an entity set is a _______
rectangle
In ER diagrams, _______ are an oval with a line to its entity set
attributes
In ER diagrams, a relationship is represented as a ______ with lines to each of the two or more entity sets involved
diamond
A ———–> B indicates what? What is the term for this?
A is owned by at most one B. The term is “uniqueness constraint”