Databases 2.3

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

1/7

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.

8 Terms

1
New cards

Fact Table

table containing quantitative data such as sales figures or other measurable metrics

2
New cards

Dimension Table

table that stores additional details about a fact table and it’s data

3
New cards

Star Schema

schema in which dimension tables all stem from one central fact table

4
New cards

Snowflake Schema

schema in which dimensions tables are based on a central fact table but also contain their own subordinate dimension tables

5
New cards

Connection Trap

when complex relationship patterns lead to ambiguous or incorrect query results

6
New cards

Chasm Trap

occurs when two or more fact tables have no direct relationship besides the dimension tables connecting them

7
New cards

Cartesian Product

an over-counting of data on a query that joins two fact tables without a direct relationship

when counting or aggregating

8
New cards

Fan Trap

occurs when there are multiple one-to-many relationships within a parent child relationship

returns incorrect results from joining tables that are not adjacent