Three Schema Architecture and ERD Flashcards

1
Q

This architecture is proposed to support DBMS characteristics of 1. support for multiple views of data and 2. program-data independence

A

Three-Schema Architecture

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

Not explicitly used in commercial DBMS products, but has been useful in explaining database system organization.

A

Three Schema Architecture

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

Three Schema Architecture defines DBMS schemas at what three levels?

A
  1. Internal schema
  2. Conceptual schema
  3. External schema
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Schema that describe physical storage structures and access paths and typically uses a physical data model.

A

Internal Schema

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

Schema that describe the structure of the whole database for a community of users.

A

Conceptual schema

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

Schema that describe various user views that uses conceptual/implementation model.

A

External schema

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

Mapping among schema levels are needed to ______________________.

A

transform requests and data.

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

Programs refer to an _________ , and are mapped by the DBMS to the internal schema for execution.

A

external schema

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

Data extracted from the internal DBMS level is reformatted to match the ___________________________.

A

Match the user’s external view.

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

Types of Data Independence

A

Logical and Physical

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

The capacity to change the conceptual schema without having to change the external schemas and their associated application programs.

A

Logical data independence.

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

The capacity to change the internal schema without having to change the conceptual schema.

A

Physical Data Independence

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

Describes data entities, relationships, and attributes.

A

Entity Relationship Model.

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

A specific thing or object in the real world with an independent existence.

A

Entity.

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

A collection of all entities of a particular entity type in the database at any point in time.

A

Entity set.

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

A particular property that describes an entity.

16
Q

Two populator notation in Entity Relationship Diagram.

A

Chen’s notation (we are using) and Crow’s foot notation.

17
Q

An association between among several entities.

A

Relationship

18
Q

If t wo or more relationships have the same name, they are of the same __________ _______.

A

Relationship type

19
Q

Degree of a relationship is the ____________________.

A

Number of participating entity types.

20
Q

a relationship type that associates entities which are members of the same entity type.

A

Recursive Relationship type

21
Q

_____ must be specified in Recursive relationship type to distinguish the meaning of every participation of the entity type.