Title: Chapter 13 Databases and Information Management
1Chapter 13Databases and Information Management
2Chapter 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
3Data 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
4Data and Information
- 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
5Data and Information
- Degree to which data is correct
- When database contains errors, it loses integrity
p. 13.3
6The Hierarchy of Data
- Combination of one or more characters
- Smallest unit of data user accesses
- Field name uniquely identifies each field
p. 13.4 Fig. 13-3
7The Hierarchy of Data
- What are characteristics of a field?
p. 13.5
8The Hierarchy of Data
p. 13.5 Fig. 13-2
9The Hierarchy of Data
- 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
10Maintaining Data
- What is file maintenance?
- Procedure that keeps data current
p. 13.6
11Maintaining Data
- 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
12Maintaining Data
- What is a completeness check?
- Error message displays stating which required
fields are blank
p. 13.10 Fig. 13-8
13Maintaining Data
- Number(s) or character(s) appended to or inserted
into primary key value - Used to confirm accuracy of primary key value
p. 13.10
14File 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
15File 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
16File Processing Versus Databases
- What are the strengths of the database approach?
p. 13.13
17File 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
18Database 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
19Database 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
20Database 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
21Database 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
22Database Management Systems
- 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
23Database Management Systems
- What is a report generator?
- Generates report without users knowledge of
programming - Comes with a database
p. 13. 19Fig. 13-18
24Database Management Systems
- DBMS provides means to ensureonly authorized
users can access data with specified privileges
Click to view video
p. 13.19
25Database Management Systems
- Listing of activities that change database
contents - For every change, DBMS places three items in log
file
p. 13.20 Fig. 13-18
26Database 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
27Relational, Object-Oriented and Multidimensional
Databases
- Every database and DBMS based on specific data
model - Composed of rules and standards
Click to viewanimation
p. 13.21 Fig. 13-20
28Relational, 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
29Relational, Object-Oriented, and Multidimensional
Databases
- Process designed to ensure data within relations
(tables) contains least amount of duplication
p. 13.22 Fig. 13-22
30Relational, 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
31Relational, Object-Oriented, and Multidimensional
Databases
- What is an example of a projection operation?
- Extracts data from column (field)
p. 13.24 Fig. 13-23
32Relational, 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
33Relational, 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
34Relational, 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
35Relational, 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
36Relational, 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
37Relational, Object-Oriented, and Multidimensional
Databases
- What are examples of applications appropriate for
an object-oriented database?
p. 13.26
38Relational, 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
39Database Administration
- What is the role of the database analyst and
administrator?
Click to view Web Link then click Database
Administrator
p. 13.30
40Database 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
41Database Administration
- What are guidelines for developing a database?
p. 13.30 Fig. 13-29
42Qualities of Valuable Information
- What are the qualities of valuable information?
p. 13.30
43Qualities 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
44Qualities of Valuable Information
- What are the levels of users?
p. 13.32 Fig. 13-31
45Types 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
46Types of Information Systems
- What are the five categories of information
systems?
p. 13.34
47Types 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
48Types of Information Systems
- What is a detailed report?
- Lists one record per line
p. 13.36 Fig. 13-34
49Types 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
50Types 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
51Types 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
52Types 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
53Types of Information Systems
- What are terms associated with a data warehouse?
p. 13.39
54Types 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
55Types of Information Systems
- What is an integrated information system?
- Five information systems combined in some way
p. 13.41
56Summary 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