Chapter 2- Part 1 Flashcards
Something of importance to a user that needs to be represented in a database
Entity
A 2-dimentional table that has specific characteristics
Relation
What do relation tables consist of?
Rows and Columns
Relation Characteristic #1
Rows contain data about an entity
Relation Characteristic #2
Columns contain data about attributes of the entity
Relation Characteristic #3
Cells of the table hold a single value
Relation Characteristic #4
All entries in a column are of the same kind
Relation Characteristic #5
Each column has a unique name
Relation Characteristic #6
The order of the columns is unimportant
Relation Characteristic #7
The order of the row is unimportant
Relation Characteristic #8
No two rows may be identical