AIS Chapter 5
AIS Chapter 5
DATABASE MANAGEMENT
SYSTEMS
Synopsis
We will learn how data from business events are
recorded and process using differing Accounting
Information Systems design
Introduction
As an aspiring decision maker, you should know that
no matter what career you path take, data and database
will become an integral part of your day-to-day work. In
this chapter, we will learn about the benefits and costs
of alternative methods for collecting, storing, and using
business data
Two Approaches to Business Event
Processing
First, we know that as organizations engage in
business processes, such as purchasing inventory,
several business events such as preparing a
purchase order and receiving goods.
Second, as these business events occur, business
event data is captured to describe the Who, What,
Where, and When about the event.
The Applications Approach to Business
Event Processing
Record Layouts Under an Applications
Approach to Business Event Processing
Data Redundancy
Data Redundancy increase storage costs because
the system must store and maintain multiple
version of the same data in different files.
Ease of Maintenance
-Because each data element is stored only once, additions,
deletions, or changes to the database are accomplished easily
Reduced storage costs
-By eliminating redundant data, storage space is reduced, which results
in associated cost savings.
Data Integrity
-This advantage, like several others, result from eliminating data
redundancy. With only one version of each data element stored in the
database, inconsistencies are no longer a threat.
Data Independence
-The database approach allows multiple application program to use the
data concurrently. The data can be accessed in several ways (for
example, through applications processing, online query, and report
writing programs)
Privacy
-The security modules available in most DBMS
software include powerful features to protect the
database against unauthorized disclosure, alteration,
or destruction. Control over the data access can
typically be exercised down to the data element level.
Despite the many advantages of using a DBMS instead
of an application approach, some organizations do not
use a DBMS. A DBMS can be expensive to implement.
In general, a DBMS requires more power, and thus
more expensive, hardware.