Chapter 5: Data Modelling Flashcards

From Database Design book

1
Q

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

Conceptual Schema

A

Another term for logical schema

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

Data Independence

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

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

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

Database Logical Design

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

Database Physical Design

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

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

External Model

A

Represents the user’s view of the database.

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

External Schema

A

User view

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

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

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

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

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

Operating System (OS)

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

Physical Data Independence:

A

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

17
Q

Physical Model

A

The physical representation of the database

18
Q

Schema

A

An overall description of a database