Chapter 10: Database Management
Chapter 10: Database Management
Computers 2009
Chapter 10
Database
Management
Chapter 10 Objectives
Define the term, database
Describe characteristics of
relational, object-oriented, and
multidimensional databases
Next
Collection of data
organized so
you can access,
retrieve, and
use it
Database software
also called database
management system
(DBMS)
Database software
allows you to
Create
database
Add,
change,
and delete
data
Sort
and
retrieve
data
Create
forms
and
reports
Next
p. 514 - 515
Next
Garbage in
Garbage out
Data integrity
is lost
Next
p. 516
p. 516 - 517
Next
Next
Next
Numeric
(also called
alphanumeric)letters,
numbers, or special
characters
AutoNumber
numbers
only
Currency
dollar and cent amounts or
numbers containing decimal
values
Date
Memo
Yes/No
Hyperlink
(also called
Boolean)only the
values Yes or No (or
True or False)
Object
(also called BLOB for binary large
object)photograph, audio, video,
or document created in other
application such as word
processing or spreadsheet
Next
p. 518
Group of
related fields
p. 519
Next
Next
p. 518
Maintaining Data
What is file maintenance?
Adding records
Changing records
Deleting records
p. 520
Next
Maintaining Data
Why do you add records?
Next
Maintaining Data
Why do you change records?
Next
Maintaining Data
Why do you delete records?
Next
Maintaining Data
What is validation?
Next
Maintaining Data
What are the types of validity checks?
Check Digit
number(s) or
character(s)
appended to or
inserted into a
primary key value
to confirm
accuracy of
primary key value
Alphabetic/
Numeric Check
ensures correct
type of data
entered
Completeness
Check
verifies that a
required field
contains data
Range Check
determines
whether number is
within specified
range
Consistency
Check
tests for logical
relationship
between two or
more fields
Next
p. 523
Records in one
file may not
relate to
records in any
other file
May have
weaknesses
Data
redundancy
same fields
stored in
multiple files
p. 524
Isolated
datadata
stored in
separate files
so it is
difficult to
access
Next
Next
Improved
data
integrity
Shared
data
Easier
access
p. 525
Reduced
development
time
Next
Next
Next
Next
Next
Next
Next
Next
DBMS provides
means to ensure
only authorized
users can access
data
Read-only
privileges user can
view data,
but cannot
change it
p. 530 - 531
Full-update
privileges user can
view and
change data
Next
Next
CLICK TO START
Next
Next
p. 531 - 532
Relational
Object-oriented
Object-relational
Multidimensional
Next
Next
What is a relationship?
Connection within
data
Next
Advantages
Next
Groupware databases
Hypertext databases
Web databases
p. 534
Next
p. 536
Web Databases
What is a Web database?
Next
Database Administration
What are guidelines for developing a database?
1. Determine the
4. Determine the
relationships among
the tables or files
3. Design
Database Administration
What is the role of the database analyst and
administrator?
Database analyst (DA)
Focuses on meaning and
usage of data
Decides proper placement
of fields, defines
relationships, and
identifies users access
privileges
Click to view Web Link, click
Chapter 10,
Click Web Link from left
navigation, then click Database
Administrators below
Chapter 10
p. 538
Database administrator
(DBA)
Creates and maintains data
dictionary, manages
database security,
monitors database
performance, and checks
backup and recovery
procedures
Next
Advantages of organizing
data in a database
Various types of databases
Chapter 10 Complete