Chapter 10 Database and Data Modelling Flashcards

1
Q

What does file-based approach mean?

A

File-based approach means to gather data into one file.

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

What are the disadvantages of file-based approach?

A

In file-based approach there is data redundancy, lack of data privacy and lack of data validation.

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

What does data dependency concerns mean?

A

Data dependency concerns is when a file is changed for example an extra column is added and the programs accessing this file have to be re-written so that they wouldn’t get the wrong data.

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

What is a database approach?

A

The database approach is an implementation according to the rules of a theoretical model

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

What is the name of the theoretical models name used in the database approach?

A

The ANSI three-level architecture.

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

Which are the three levels in the ANSI three-level architecture?

A

Internal level - Accommodates any changes that might be needed in the storage medium
Conceptual level - A person who uses the DBMS to customize the database to suit user and programmer requirements
External level

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

What is the external level?

A

The external level is the level from which most of the users control the database

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

What is a relational?

A

A relational is a special type of table which is used to show the entities functions for example the date of production of a car.

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