Entities, and normalization, indexs Flashcards

1
Q

Entity-relationship model

A

a visual way to design a database by showing the main parts (entities) and how they’re connected (relationships). It helps plan out the database structure before creating it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Cardinality

A

tells you how many connections or matches there can be between items in different tables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Normalization

A

the process of organizing data to reduce duplication and improve efficiency. The goal is to split data into related tables so that each piece of information is stored only once, avoiding repetition.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Denormalization

A

is the process of adding some duplication back into the data to make it faster to read or retrieve. This can be helpful when you want to reduce the number of tables you have to join to get certain information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

First Normal Form

A

making sure each cell has only one value and that each column is consistent, helping keep data clean and easy to work with.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Second Normal Form

A

removing data that only relates to part of a composite key, organizing it better to avoid duplication and make the database more efficient.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly