21
1 Lecture 6 Database Design and Management Peter Flett

1 Lecture 6 Database Design and Management Peter Flett

Embed Size (px)

Citation preview

Page 1: 1 Lecture 6 Database Design and Management Peter Flett

1

Lecture 6

Database Design and Management

Peter Flett

Page 2: 1 Lecture 6 Database Design and Management Peter Flett

2

Recap – why?

Data:“ The raw facts or observations that

are considered to have little or no value until they have been processed and transformed into information”

Page 3: 1 Lecture 6 Database Design and Management Peter Flett

3

Data

1. A series of non-random symbols, numbers, values or words.

1. A series of facts obtained by observation or research.

2. A collection of non-random facts.

3. The record of an event or fact.

Page 4: 1 Lecture 6 Database Design and Management Peter Flett

4

Types of Data

FormattedFree textImagesAudioVideoModels‘Hard’ and ‘Soft’ data

Page 5: 1 Lecture 6 Database Design and Management Peter Flett

5

Information

1. Data that has been processed so that they are meaningful

2. Data that has been processed for a purpose

3. Data that has been interpreted and understood by the recipient

4. Information acts to reduce uncertainty (risk) about a situation or event

Page 6: 1 Lecture 6 Database Design and Management Peter Flett

6

Examples of information

A bank statementA sales forecastA telephone directoryManagement reportFinancial reportMIS’s, DSS’s, ES’s, and ERP systems

Beware of paralysis by analysis

Page 7: 1 Lecture 6 Database Design and Management Peter Flett

7

Capturing Data

Many sources

Can often be problematic

Open to interpretation • E.g. different types of research

methodology• Spin doctoring• Lying with statistics

Page 8: 1 Lecture 6 Database Design and Management Peter Flett

8

Inputting Data

Inputting of data is tedious.

Hardware can help

Scanning information (still requires a degree of data entry

Page 9: 1 Lecture 6 Database Design and Management Peter Flett

9

Creating Information Data Process:

A process used to convert data into information.Examples include sorting, searching, filtering, summarising, classifying, calculating and combining

Data

TransformationProcess (the data process)

Information

Page 10: 1 Lecture 6 Database Design and Management Peter Flett

10

Knowledge

“An accumulation of information, building on existing ideas and experience”

This should be the result of information

Q. How does an organization retain knowledge?

Page 11: 1 Lecture 6 Database Design and Management Peter Flett

11

Relating data, information and knowledge

Data

Information

UnderstandInterpretDecide

Act upon

Decisions/Actions

Outcomes

LearnInterpret

Enhanced/Increased Knowledge

Converts

A cyclical improvement process?

Page 12: 1 Lecture 6 Database Design and Management Peter Flett

12

Perspectives on Information

Informative• Type of information & what it tells us

Nature of form• How is the information presented

Time interval• When is the information communicated to

us

Scope• The part of the org to which the info relates

Page 13: 1 Lecture 6 Database Design and Management Peter Flett

13

Value of Information

Tangible value• A value or benefit that can be measured

directly, usually in monetary terms• Value of information minus cost of

gathering information

Page 14: 1 Lecture 6 Database Design and Management Peter Flett

14

Value of Information

Intangible value• A value or benefit that is difficult or

impossible to quantify• E.g. Improvement in decision behaviour

minus cost of gathering information

Page 15: 1 Lecture 6 Database Design and Management Peter Flett

15

Sources of Information

Formal communication• reports, accounting statement,

programs, memos etc.

Informal communication• Conversation, notes etc.

Page 16: 1 Lecture 6 Database Design and Management Peter Flett

16

Information Quality

Time Content Form

Additional Characteristi

cs

Timeliness Accuracy Clarity Confidence in source

Currency Relevance Detail Reliability

Frequency Completeness

Order Appropriate

Time Period Conciseness Presentation Received by correct person

Scope Media Sent by correct channelsO’Brien (1993)

Page 17: 1 Lecture 6 Database Design and Management Peter Flett

17

Summary

Information can be derived from data in many different ways

Gathering and processing data costs money

Organizations use a wide variety of information for different purposes

The characteristics of that information have a major impact on organizational effectiveness

Page 18: 1 Lecture 6 Database Design and Management Peter Flett

18

The Design Process

Crucial, good design prevents,Redundant dataInconsistent dataInflexibility of useLimited sharing of dataLimited security

Page 19: 1 Lecture 6 Database Design and Management Peter Flett

19

Deletion - if student 12347 withdrew from course we would loose BUS fee information

Redundancy -course feerepeated

Insertion - A new course cannot be added until a student registers

Updating - If MBA fee changed we would have to alter records of all MSCstudents

For example

Student Reg No

Course

Fee

12345 ISM 400012346 MBA 350012347 BUS 420012348 ISM 400012349 MBA 3500

Page 20: 1 Lecture 6 Database Design and Management Peter Flett

20

5 steps to database design( Dowling)

1. What is the purpose of the database?

SMART: Specfic, Measurable, Achievable, Relevant, Time related

2. Determine the information requirements of the database

( these stages are all key parts of the system analysis that has to take place prior to implementation )

Page 21: 1 Lecture 6 Database Design and Management Peter Flett

21

5 steps to database design( Dowling)

3. Produce a logical model of the information requirements (E-R model) SSADM

4. Convert the logical data model to a physical data model

I.e. go from the conceptual world to the real worldFrom the E-R model to the Relational Model (normalisation)

5. Implement the physical design