4.6 Alternative modeling conventions

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/3

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

crow's foot notation

Variations in cardinality conventions are common. One popular convention, called crow's foot notation, depicts cardinality as a circle (zero), a short line (one), or three short lines (many). The three short lines look like a bird's foot, hence the name "crow's foot notation".


2
New cards

Intangible Entity

documented in the data model, but not tracked with data in the database.

3
New cards

Selecting Primary Keys

  • stable: value should not change.

  • simple: easy to type and store.

  • meaningless: no descriptive information.

4
New cards

artificial key

  • An artificial key is a single-column primary key created by the database designer when no suitable single-column or composite primary key exists.

  • Usually artificial key values are integers, generated automatically by the database as new rows are inserted to the table. Artificial keys are stable, simple, and meaningless.