Database Design and Development Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What does a “flat file database” consist of?

A

A flat file database consists of one big table, with all the info inside it.

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

What is an “insert anomaly”?

A

An insert anomaly occurs when information that needs to be added has to have extra information added into the database.

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

What is a “delete anomaly”?

A

A delete anomaly occurs when you try to delete specific information but you would be forced into deleting all the info related to it.

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

What is an “update anomaly”?

A

An update anomaly occurs when you try to update one specific bit of information, and if it’s located anywhere in the database you would have to update it there too to keep information consistent.

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