Data Models: Lesson 2 Flashcards

(40 cards)

1
Q

Why is data models important?

A

To facilitate interaction between the designer, applications programmer and the end user.
Data models organizes data for various users

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

What are the 4 data model basic building blocks?

A

entity, attribute, relationship and constraints

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

What is a entity?

A

It is anything about which data are to be collected and stored

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

What is a attribute?

A

It is a characteristic of a entity

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

What is a constraint?

A

It is a restriction placed on the data

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

What are the sources of business rules?

A

Company manager, department manager, policy maker, written documentation and direct interaction with the end user.

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

What are the 3 types of written documentation in business rules?

A

Standards, procedures and operations manuals

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

Documenting and identifying business rules is important because?

A

Standardize the companys view on data
Constitutes a communication tool between the designer and the end user
Allows designer to understand the scope, role and nature of the data
Allows the designer to understand the businesses processes
Promote the creation of an accurate data model

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

What are the 5 different types of data models?

A

Hierarchical, Network, Relational, Entity relationship and object oriented

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

Why was the hierarchical model developed and what does it look like?

A

To manage large amounts of data for complex manufacturing projects and it looks like an upside down tree

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

What are the advantages of the hierarchical model?

A

Many of the hierarchical data model’s features formed the foundation for current data models
Its database application advantages are replicated, albeit in a different form, in current database environments

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

What are the disadvantages of the hierarchical model?

A

Complex to implement
difficult to manage
lacks structural independence
lack of standards

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

Why was the network model created?

A

To impose the standard for data bases
to improve database performance
it represents complex data relationships more effectively

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

What doe CODASYL stand for?

A

Conference on Data Systems languages

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

What does DBTG stand for?

A

Database Task Group

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

What is a schema in the network model?

A

It is a conceptual organization of the entire database as viewed by the database administrator

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

What does DML stand for and what does it do?

A

Data Management Language, it is used to define the environment where the data can be managed

18
Q

What does DDL stand for and what does it do in the schema DDL?

A

Data Definition Language, it enables the database administrator to define schema components

19
Q

What does subschema DDL so?

A

It allows the program application to define the database components that will be used

20
Q

What are the 2 record types in the network model?

A

Owner and member

21
Q

What are the disadvantages of the network model?

A

Too cumbersome
The lack of ad hoc query capability put heavy pressure on programmers
Any structural change in the database could produce havoc in all application programs that drew data from the database
Many database old-timers can recall the interminable information delays

22
Q

What does RDBMS stand for?

A

Relational Database Management System

23
Q

What is the most important function of the relational model?

A

It can hide the complexities of the relational model from the user

24
Q

What does SQL stand for and what does it do?

A

Structured Query Language, it allows the user to specify what must be done without specifying how to do it

25
SQL-based relational database application involves what 3 things
User interface a set of tables in the database SQL engine
26
What does UML stand for and what is its use?
Unified modeling language, it is used to produce entity relationship models
27
What does ERD stand for?
Entity Relationship Diagram
28
What is the entity instances other word and what is it?
Entity occurrence, it is a row in a table
29
What is a entity set?
It is a collection of like entities
30
What does OODM stand for and it is a basis for what?
Object oriented data model, it is the basis for the object oriented database management system (OODBMS)
31
What is inheritance?
It is the ability of an object within the class hierarchy to inherit the attributes and methods of the classes above
32
What does ERDM stand for?
Extended Relational Data model
33
What is the primary focus of the ERDM model?
It is primarily geared to business applications
34
What is data abstraction?
It is the way of classifying data models
35
What does ANSI and SPARC stand for and what did they do?
American National Standards institution, Standards Planning and Requirements Committee They defined a framework for data modeling on degrees of data abstraction
36
What are the 3 data abstractions?
External Conceptual Internal
37
What is the external model?
It is the end users view of the data environment
38
What is the conceptual model?
Represents the global view of the entire database
39
What is the internal model?
Representation of the database as “seen” by the DBMS
40
What is the physical model?
Operates at lowest level of abstraction, describing the way data are saved on storage media such as disks or tapes