Chapter 11
Chapter 11
Chapter 11
Information and
Data Management
Objectives Overview
Define the term,
database, and
explain how a
database interacts
with data and
information
Describe file
maintenance
techniques and
validation
techniques
Differentiate
between the file
processing
approach and the
database approach
Objectives Overview
Discuss the functions
common to most
database
management
systems
Describe
characteristics of
relational, objectoriented, and
multidimensional
databases
Identify database
design guidelines
and understand the
responsibilities of
database analysts
and administrators
Discuss web
databases
Describe various
information systems
used in an enterprise
Data
Collection
of
unprocesse
d items
Text
Numbers
Images
Audio
Video
Discovering Computers 2014: Chapter 11
Information
Processed
data
Organized
Meaningfu
l
Useful
Page 465
Figure 11-1
Page 464
Create a
computerized
database
Page 466
Verifiable
Accessibl
e
Useful
Timely
Organize
d
Costeffective
A field is a
combination of one
or more related
characters
Field name
Field size Discovering Computers 2014: Chapter 11
Page 468
Figure 11-3
10
Number
AutoNumb
er
Currency
Date
Memo
Yes/No
Hyperlink
Object
Attachmen
t
Page 469
11
Page 469
Figure 11-4
12
Adding
records
Modifyi
ng
records
Deletin
g
records
Page 470
13
14
15
Page 472
Figure 11-7
16
Range check
Consistency
check
Completeness
check
Check digit
Other checks
17
Database approach
Programs and users
share data
Reduced data
redundancy
Improved data
integrity
Shared data
Easier access
Reduced
development time
18
Page 476
Figure 11-9
19
Database Management
Systems
A data dictionary contains data about
each file in the database and each field
in those files
Page 478
Figure 10-10
20
Database Management
Systems
A DBMS provides several tools that
allow users and programs to retrieve
and maintain
in the database
Querydata
language
Query by example
Form
Report writer
Page 479
21
Database Management
Systems
A query language consists of simple, English-like
statements that allow users to specify the data to
display, print, store, update, or delete
Structured Query Language (SQL) is a popular
query language that allows users to manage, update,
and retrieve data
Many DBMSs provide tools to guide nontechnical
users through the steps of creating a query
Page 480
22
Database Management
Systems
Page 480
Figure 11-12
23
Database Management
Systems
Most DBMSs include query by
example (QBE), a feature that has a
graphical user interface to assist users
with retrieving data
Page 481
Figure 11-13
24
Database Management
Systems
A form is a window on the screen that
provides areas for entering or modifying data
in a database
A report writer allows users to design a
report on the screen, retrieve data into the
report design, and then display or print the
report
Page 481
Figure 11-14
25
Database Management
Systems
A DBMS provides
means to ensure that
only authorized users
access data
Access privileges
Principle of least privilege
policy
Page 482
26
Database Management
Systems
A DMBS provides a variety of techniques
to restore the database to a usable form
in case it is damaged or destroyed
Page 482
Backup
Log
Recover
y utility
Continu
ous
backup
27
Page 483
Table 11-2
28
A relationship is a
link within the data
Pages 483 - 484
Figure 11-15
29
30
A data warehouse is a
huge database that stores
and manages the data
required to analyze
historical and current
transactions
Pages 485 486
Figure 11-17
31
Web Databases
The web offers information about:
Jobs
Photos
Page 486
Destination
s
Television
programmi
ng
Movies
Videos
Local and
national
weather
Sporting
events
Legislative
information
Travel
32
Database Administration
Database analysts and administrators are
responsible for managing and coordinating
all database activities
Database
Database Analyst (DA)
Decides on proper
placement of fields,
defines data relationship,
and identifies users
access privileges
Page 489
Administrator (DBA)
Creates and maintains
the data dictionary,
manages security of the
database, monitors the
performance of the
database, and checks
backup and recovery
procedures
33
Page 491
Table 11-3
34
35
Page 492
Figure 11-18
36
37
38
39
Page 495
Figure 11-21
40
Page 496
Figure 11-22
41
Summary
How data and
information are
valuable assets
to an
organization
Advantages of
organizing data
in a database
Methods for
maintaining
high-quality
data
Assessing the
quality of
valuable
information
Various types of
databases
Roles of the
database
analysts and
administrators
Database
design
guidelines
Page 497
Information
systems used in
an enterprise
42
Discovering Computers
Technology in a World of Computers,
Mobile Devices, and the Internet
Chapter 11
Information and
Data Management
Chapter 11 Complete