DB 3 - Database Documentation - Technical Aspect Flashcards

1
Q

What is business rules?

A

Its a statement that describes the constraint on how database is to be used in accordance to the perception of the organization
EX: A student cannot have more than 2 limited books borrowed

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

What is entity relationship model?

A

ER model translates analysis of relationship of entities in a database into a graphical diagram known as ERD

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

What are the 3 levels of ER?

A

Conceptual ER
Logical ER
Physical ER

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

What is normalization?

A

A technique for producing a set of relations with desirable properties, given the data requirements of an enterprise

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

What is the purpose of normalization?

A

To create an accurate representation of the data, its relationships and constraints by grouping attributes into relations to minimize data redundancy and reduce file storage space required

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

Explain the 3 types of normal form

A

NF 1 - get rid of any columns that holds the same data, split up data, each row must be unique
NF 2 - get rid of data no dependant on EVERY part Primary Key
NF 3 - Keep splitting it up

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