Chapter 13 Databases and Information Management - PowerPoint PPT Presentation

1 / 56
About This Presentation
Title:

Chapter 13 Databases and Information Management

Description:

Differentiate between the file processing and database approaches ... Number(s) or character(s) appended to or inserted into primary key value ... – PowerPoint PPT presentation

Number of Views:133
Avg rating:3.0/5.0
Slides: 57
Provided by: jeff371
Category:

less

Transcript and Presenter's Notes

Title: Chapter 13 Databases and Information Management


1
Chapter 13Databases and Information Management
2
Chapter 13 Objectives
Explain why data and information are important to
an organization
Explain how to use aquery language
Identify file maintenance techniques
Understand how Webdatabases work
Differentiate between the file processing and
database approaches
Discuss the responsibilities of the database
analysts and administrators
Discuss the advantages of using a database
management system (DBMS)
Identify the qualities ofvaluable information
Describe characteristics of relational and
object-oriented databases
Describe the various types of information systems
Understand the concept of a data warehouse
p. 13.2
3
Data and Information
  • How are data and information related?
  • Computers process data into information
  • Data is raw facts information is data that is
    organized and meaningful

p. 13.2 Fig. 13-1
4
Data and Information
  • What is a database?
  • Collection of data organized so you canaccess,
    retrieve, and use it
  • Database software allows you to
  • Create database
  • Add, change, and delete data
  • Sort and query database
  • Database software also is called database
    management system (DBMS)

p. 13.2
5
Data and Information
  • What is data integrity?
  • Degree to which data is correct
  • When database contains errors, it loses integrity

p. 13.3
6
The Hierarchy of Data
  • What is a field?
  • Combination of one or more characters
  • Smallest unit of data user accesses
  • Field name uniquely identifies each field

p. 13.4 Fig. 13-3
7
The Hierarchy of Data
  • What are characteristics of a field?
  • Data type
  • Field size

p. 13.5
8
The Hierarchy of Data
  • What is a record?
  • Group of related fields

p. 13.5 Fig. 13-2
9
The Hierarchy of Data
  • What is a data file?
  • Collection of related records stored on disk
  • Each record in file contains same fields
  • Each field contains different data
  • Also called a file
  • Database usually composed of group of related
    data files

p. 13.5 Fig. 13-3
10
Maintaining Data
  • What is file maintenance?
  • Procedure that keeps data current

p. 13.6
11
Maintaining Data
  • What is validation?
  • Validity check analyzes entered data to help
    ensure it is correct

Click to view Web Link then click Validity Checks
p. 13.9 Fig. 13-7
12
Maintaining Data
  • What is a completeness check?
  • Error message displays stating which required
    fields are blank

p. 13.10 Fig. 13-8
13
Maintaining Data
  • What is a check digit?
  • Number(s) or character(s) appended to or inserted
    into primary key value
  • Used to confirm accuracy of primary key value

p. 13.10
14
File Processing Versus Databases
  • What is a file processing system?
  • Each department or area within organization has
    own set of files
  • Records in one file often do not relate to
    records in any other file

p. 13.11 Fig. 13-9
15
File Processing Versus Databases
  • What is the database approach?
  • Many programs and users can share data in
    database
  • Secures data so only authorized users can access
    certain data items

p. 13.12 Fig. 13-10
16
File Processing Versus Databases
  • What are the strengths of the database approach?

p. 13.13
17
File Processing Versus Databases
  • How do a database application and a file
    processing application differ in the way they
    might store data?

p. 13.13 Fig. 13-11
18
Database Management Systems
  • What is a database management system (DBMS)?
  • Software that allows you to create, access, and
    manage a database

Click to viewanimation
Click to view Web Link then click Database
Management Systems
p. 13.14 Fig. 13-12
19
Database Management Systems
  • What is a data dictionary?
  • Contains data about each file in database and
    each field within those files

Click to view Web Link then click Data Dictionary
p. 13.15 Fig. 13-13
20
Database Management Systems
  • What is a query language?
  • Simple, English-like statements that allow you to
    specify data to display, print, or store

p. 13.16 Fig. 13-14
21
Database Management Systems
  • What is a query by example (QBE)?
  • Program retrieves records that match criteria
    entered in form fields

p. 13.17 Fig. 13-15
22
Database Management Systems
  • What is a form?
  • Window on screen that provides areas for entering
    or changing data in database
  • E-form is similar, but used on Web

p. 13. Fig. 13-16
23
Database Management Systems
  • What is a report generator?
  • Generates report without users knowledge of
    programming
  • Comes with a database

p. 13. 19Fig. 13-18
24
Database Management Systems
  • What is data security?
  • DBMS provides means to ensureonly authorized
    users can access data with specified privileges

Click to view video
p. 13.19
25
Database Management Systems
  • What is a log?
  • Listing of activities that change database
    contents
  • For every change, DBMS places three items in log
    file

p. 13.20 Fig. 13-18
26
Database Management Systems
  • What is a recovery utility?
  • Uses log file and/or backups to restore database
    when it is damaged or destroyed

p. 13.20
27
Relational, Object-Oriented and Multidimensional
Databases
  • What is a data model?
  • Every database and DBMS based on specific data
    model
  • Composed of rules and standards

Click to viewanimation
p. 13.21 Fig. 13-20
28
Relational, Object-Oriented, and Multidimensional
Databases
  • What is a relational database?
  • Stores data in tables that consist of rows and
    columns
  • Each row has primary key
  • Each column has a unique name

Click to view Web Link then click Relational
Databases
p. 13.22 Fig. 13-21
29
Relational, Object-Oriented, and Multidimensional
Databases
  • What is normalization?
  • Process designed to ensure data within relations
    (tables) contains least amount of duplication

p. 13.22 Fig. 13-22
30
Relational, Object-Oriented, and Multidimensional
Databases
  • What is relational algebra?
  • Uses variables and operations to build new
    relations
  • Used to manipulate and retrieve data

p. 13.24
31
Relational, Object-Oriented, and Multidimensional
Databases
  • What is an example of a projection operation?
  • Extracts data from column (field)

p. 13.24 Fig. 13-23
32
Relational, Object-Oriented, and Multidimensional
Databases
  • What is an example of a selection operation?
  • Extracts data from a row (record)

p. 13.24 Fig. 13-23
33
Relational, Object-Oriented, and Multidimensional
Databases
  • What is an example of a combined projection and
    selection operation?
  • Extracts data from column (field) for certain
    rows (records)

p. 13.24 Fig. 13-23
34
Relational, Object-Oriented, and Multidimensional
Databases
  • What is an example of a join operation?
  • Combines data from two or more tables using a
    common column

p. 13.24 Fig. 13-24
35
Relational, Object-Oriented, and Multidimensional
Databases
  • What is Structured Query Language (SQL)?
  • Allows you to manage, update, and retrieve data
  • Uses relational algebra
  • Has special keywords and rules included in SQL
    statements

Click to view Web Link then click SQL
p. 13.25 Fig. 13-25
36
Relational, Object-Oriented, and Multidimensional
Databases
  • What is an object-oriented database (OODB)?
  • Stores data in objects
  • Advantages
  • Can store more types of data
  • Can access data faster

Click to view Web Link then click Object-Oriented
Databases
p. 13.26
37
Relational, Object-Oriented, and Multidimensional
Databases
  • What are examples of applications appropriate for
    an object-oriented database?

p. 13.26
38
Relational, Object-Oriented, and Multidimensional
Databases
  • What is a multidimensional database (MDDB)?
  • Stores data in dimensions

Click to view Web Link then click
Multidimensional Databases
p. 13.27
39
Database Administration
  • What is the role of the database analyst and
    administrator?

Click to view Web Link then click Database
Administrator
p. 13.30
40
Database Administration
  • What is the role of the employee as a user?
  • Employee should learn how to utilize data in
    database
  • Take part in designing database that will help
    achieve companys overall goals

p. 13.30
41
Database Administration
  • What are guidelines for developing a database?

p. 13.30 Fig. 13-29
42
Qualities of Valuable Information
  • What are the qualities of valuable information?

p. 13.30
43
Qualities of Valuable Information
  • How do managers use information?

1. objectives strategies tactics
2. money people management structure
3. communication instructions motivation
4. performance measurement corrective action
p. 13.32 Fig. 13-30
44
Qualities of Valuable Information
  • What are the levels of users?

p. 13.32 Fig. 13-31
45
Types of Information Systems
  • What is an information system?
  • Set of hardware, software, data, people, and
    procedures that work together to produce
    information

p. 13.34 Fig. 13-32
46
Types of Information Systems
  • What are the five categories of information
    systems?

p. 13.34
47
Types of Information Systems
  • What is a management information system (MIS)?
  • Generates accurate, timely, and organized
    information
  • Managers and other users can
  • Make decisions
  • Solve problems
  • Supervise activities
  • Track progress
  • Often integrated with transaction processing
    systems

p. 13.36
48
Types of Information Systems
  • What is a detailed report?
  • Lists one record per line

p. 13.36 Fig. 13-34
49
Types of Information Systems
  • What is a summary report?
  • Consolidates data, so you can review it quickly
    and easily
  • Usually has totals, tables, or graphs

p. 13.36 Fig. 13-34
50
Types of Information Systems
  • What is an exception report?
  • Identifies data outside of normal condition
  • Conditions, called exception criteria, define
    normal activity or status range

p. 13.36 Fig. 13-34
51
Types of Information Systems
  • What is a decision support system (DSS)?
  • Helps managers analyze data and make decisions
  • One type of DSS is executive information system
    (EIS)

Click to view Web Link then click Decision
Support Systems
p. 13.37 Fig. 13-35
52
Types of Information Systems
  • What is a data warehouse?
  • Huge database system that stores and manages data
    required to analyze historical and current
    transactions

Click to view Web Link then click Data Warehouses
p. 13.38 Fig. 13-36
53
Types of Information Systems
  • What are terms associated with a data warehouse?

p. 13.39
54
Types of Information Systems
  • What is an expert system?
  • Captures and stores knowledge of human experts

Click to view Web Link then click Artificial
Intelligence
p. 13.40
55
Types of Information Systems
  • What is an integrated information system?
  • Five information systems combined in some way

p. 13.41
56
Summary of Databases and Information Management
  • Data and information
  • The hierarchy of data
  • Maintaining data
  • File processing versus databases
  • Database management systems
  • Relational, object-oriented, and multidimensional
    databases
  • Database administration
  • Qualities of valuable information
  • Types of information systems

Chapter 13 Complete
Write a Comment
User Comments (0)
About PowerShow.com