Three Schema Architecture Flashcards

1
Q

It supports multiple views of data and promotes program-data independence

A

Three Schema Diagram

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

A three schema architecture is 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

This schema is at the internal level to describe physical storage structure and access paths. Typically uses a physical model

A

Internal Schema

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

This schema is at the conceptual level to describe the structure of the whole database for a community of users. It uses a conceptual or an implementation data model

A

Conceptual Schema

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

This schema is at the external level to describe various user views. It usually uses the same data model as the conceptual schema

A

External

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

Mapping among schema levels are needed to transform requests and data.

Programs refer to an —– schema, and are mapped by the DBMS to the —— schema for execution

A

external
internal

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

Data extracted from the —– DBMS level is reformatted to match the user’s external view.

A

internal

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

This data independence has 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
9
Q

This independence has 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
10
Q

Relational, Network, Hierarchical are an example of

A

Traditional

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

Object oriented, Object-relational are an example of

A

emerging

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