Appendix C Flashcards
Entity relationship diagram (ERD)
A technique for documenting the relationships between entities in a database environment
Types of attributes
Simple vs. Composite
Single-valued vs. multi-valued
Stored vs. derived
Null-valued
Two most commonly used styles of ERD notation are
Chen
Information engineering
Chen model
Uses rectangles to represent entities
- attributes are expressed in ovals
Types of basic data relationships
One to one
One to many
Many to many
Problems with many to many relationships
Relational data model cannot handle many to many relationships directly
Relationships cannot have attributes
Table and entity are used synonymously
.
The only three pieces of information to retrieve for any specific bit of data
The name of the table
The name of the column
The primary key of the row
The underlying relationships in a database environment are:
Independent of the data model
Independent of the DBMS that is being used