Chapter 5 Flashcards

1
Q

What is a conceptual model?

A

The logical structure of the entire database.

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

What is another term for conceptual schema?

A

Logical schema.

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

What does data independence refer to?

A

The immunity of user applications to changes made in the definition and organization of data.

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

What is a data model?

A

A collection of concepts or notations for describing data, data relationships, data semantics, and data constraints.

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

What is data modelling?

A

The first step in the process of database design.

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

What does database logical design define?

A

Defines a database in a data model of a specific database management system.

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

What does database physical design define?

A

Defines the internal database storage structure, file organization, or indexing techniques.

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

What is an entity relationship diagram (ERD)?

A

A data model describing the database showing tables, attributes, and relationships.

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

What does the external model represent?

A

The user’s view of the database.

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

What is the external schema?

A

User view.

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

What is the internal model?

A

A representation of the database as seen by the DBMS.

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

What is logical data independence?

A

The ability to change the logical schema without changing the external schema.

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

What is logical design?

A

Where you create all the tables, constraints, keys, rules, etc.

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

What is a logical schema?

A

A conceptual design of the database done on paper or a whiteboard, much like architectural drawings for a house.

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

What does an operating system (OS) do?

A

Manages the physical level of the physical model.

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

What is physical data independence?

A

The immunity of the internal model to changes in the physical model.

17
Q

What is a physical model?

A

The physical representation of the database.

18
Q

What is a schema?

A

An overall description of a database.