Relational Database Modeling

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

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.

10 Terms

1
New cards

Entity

object / event which can be distinctly identified

2
New cards

Table

contains a group of related entities in rows and columns called an entity set

3
New cards

Tuple

a row or record in a relation

4
New cards

Attribute

a field or column in a relation

5
New cards

Primary key

attribute or combination of them that uniquely identify each tuple in relation

6
New cards

Candidate key

attribute that can potentially be a primary key

7
New cards

Foreign key

attribute or combination of them that relates 2 different tables

8
New cards

Referential integrity

prevents users or applications from entering inconsistent data

9
New cards

Secondary key

candidate keys not chosen as the primary key

10
New cards

Indexing

creating a secondary key on an attribute to provide fast access when searching on that attribute: indexing data must be updated when table data changes