Assignment Activity Module For MIS Chapter 6
Assignment Activity Module For MIS Chapter 6
I. OBJECTIVES
At the end of this chapter, the students should be able to:
Describe how the problems of managing data resources in a traditional file environment
are solved by a database management system.
Describe the capabilities and value of a database management system.
Apply important database design principles.
Evaluate tools and technologies for accessing information from databases to improve
business performance and decision making.
Assess the role of information policy, data administration, and data quality assurance in
the management of firm’s data resources.
III. PROCEDURE
A. Preliminaries
Pre- Assessment
1. Describe and discuss hierarchy of data that is used to store information in a database.
2. Illustrate database approach to data management including capabilities of databases
management systems.
3. Discuss how to Databases to Improve Business Performance and Decision Making.
4. Enumerate the different resources in managing data.
B. Lesson Proper
In an age of non-organic corporate growth where companies grow by acquiring other
companies, business firms quickly become a collection of hundreds of databases, e-mail
systems, personnel systems, accounting systems, and manufacturing systems, none of which
can communicate with one another. Even if firms grow organically without acquisitions it is
common for separate departments and divisions to have their own systems and databases.
Firms in this case suffer the same result: the firm becomes a collection of systems that cannot
share information. This creates a demand for powerful, enterprise-wide or firm-wide
databases that can bring order to the chaos.
.
1. Organizing Data in a Traditional File Environment
A record describes an entity. An entity is a person, place, thing, or event on which we store and
maintain information. Each characteristic or quality describing a particular entity is called an
attribute.
The use of a traditional approach to file processing encourages each functional area in a
corporation to develop specialized applications. Each application requires a unique data file that
is likely to be a subset of the master file. These subsets of the master file lead to data redundancy
and inconsistency, processing inflexibility, and wasted storage resources.
2. The Database Approach to Data Management
Database
A single human resources database provides many different views of data, depending on the
information requirements of the user. Illustrated here are two possible views, one of interest to a
benefits specialist and one of interest to a member of the company’s payroll department.
Relational DBMS
A relational database organizes data in the form of two-dimensional tables. Illustrated here are
tables for the entities SUPPLIER and PART showing how they represent each entity and its
attributes. Supplier Number is a primary key for the SUPPLIER table and a foreign key for the
PART table.
Operations of a Relational DBMS
Three basic operations used to develop useful sets of data
SELECT: Creates subset of data of all records that meet stated criteria
JOIN: Combines relational tables to provide user with more information than available in
individual tables
PROJECT: Creates subset of columns in table, creating tables with only the information
specified.
THE THREE BASIC OPERATIONS OF A RELATIONAL DBMS
The select, join, and project operations enable data from two different tables to be combined and
only selected attributes to be displayed. The SELECT operation retrieves just those parts in the PART
table whose part number is 137 or 150. The JOIN operation uses the foreign key of the Supplier Number
provided by the PART table to locate supplier data from the Supplier Table for just those records selected
in the SELECT operation. Finally, the PROJECT operation limits the columns to be shown to be simply the
part number, part name, supplier number, and supplier name (orange rectangle).
Illustrated here are the SQL statements for a query to select suppliers for parts 137 or 150.
AN ACCESS QUERY
Designing Databases
Conceptual (logical) design: abstract model from business perspective
Physical design: How database is arranged on direct-access storage devices
Design process identifies:
An unnormalized relation contains repeating groups. For example, there can be many parts and
suppliers for each order. There is only a one-to-one correspondence between Order_Number and
Order_Date.
NORMALIZED TABLES CREATED FROM ORDER
After normalization, the original relation ORDER has been broken down into four smaller
relations. The relation ORDER is left with only two attributes and the relation LINE_ITEM has a
combined, or concatenated, key consisting of Order_Number and Part_Number.
Referential integrity rules
This graphic shows an example of an entity-relationship diagram. It shows that one ORDER can
contain many LINE_ITEMs. (A PART can be ordered many times and appear many times as a line
item in a single order.) Each LINE ITEM can contain only one PART. Each PART can have only one
SUPPLIER, but many PARTs can be provided by the same SUPPLIER.
3. Using Databases to Improve Business Performance and Decision Making
The Challenge of Big data
We now use the term big data to describe these datasets with volumes so huge that they are
beyond the ability of typical DBMS to capture, store, and analyze.
Big data doesn’t refer to any specific quantity, but usually refers to data in the petabyte and
exabyte range—in other words, billions to trillions of records, all from different sources. Big data
are produced in much larger quantities and much more rapidly than traditional data.
Businesses are interested in big data because they can reveal more patterns and interesting
anomalies than smaller data sets, with the potential to provide new insights into customer
behavior, weather patterns, financial market activity, or other phenomena. However, to derive
business value from these data, organizations need new technologies and tools capable of
managing and analyzing non-traditional data along with their traditional enterprise data.
Business intelligence infrastructure
Today includes an array of tools for separate systems, and big data
Contemporary tools:
o Data warehouses
o Data marts
o Hadoop
o In-memory computing
o Analytical platforms
Business intelligence is a very amorphous notion that is not well defined. In this course we
refer instead to a “business intelligence” environment which is composed of many
different components (including both technology and management dimensions).
Data warehouse:
Stores current and historical data from many core operational transaction systems
Consolidates and standardizes information for use across enterprise, but data cannot be
altered
Provides analysis and reporting tools
Data marts:
High-speed platforms using both relational and non-relational tools optimized for large
datasets.
Analytical tools: Relationships, patterns, trends
Tools for consolidating, analyzing, and providing access to vast amounts of data to help
users make better business decisions
o Multidimensional data analysis (OLAP)
o Data mining
o Text mining
o Web mining
Text mining
Many companies use Web to make some internal databases available to customers or
partners
Typical configuration includes:
o Web server
o Application server/middleware/CGI scripts
o Database server (hosting DBMS)
Advantages of using Web for database access:
o Ease of use of browser software
o Web interface requires few or no changes to database
o Inexpensive to add Web interface to system
Users access an organization’s internal database through the Web using their desktop PCs and
Web browser software.
More than 25% of critical data in Fortune 1000 company databases are inaccurate or
incomplete
o Redundant data
o Inconsistent data
o Faulty input
Before new database in place, need to:
o Identify and correct faulty data
o Establish better routines for editing data once database in operation
Structured survey of the accuracy and level of completeness of the data in an information
system
o Survey samples from data files, or
o Survey end users for perceptions of quality
Data cleansing
Software to detect and correct data that are incorrect, incomplete, improperly formatted,
or redundant
Enforces consistency among different sets of data from separate information systems
After watching the videos, answer the following questions. You may use your notes as reference.
1. What were the business challenges facing Maruti Suzuki management prior to adopting the
Oracle suite?
_____________________________________________________________________________
_____________________________________________________________________________
_____________________________________________________________________________
_____________________________________________________________________________
2. What were the important business factors which management used to evaluate Oracle’s
database offerings?
_____________________________________________________________________________
_____________________________________________________________________________
_____________________________________________________________________________
_____________________________________________________________________________
3. Why was it important that a vendor’s products be able to integrate with legacy systems?
_____________________________________________________________________________
_____________________________________________________________________________
_____________________________________________________________________________
_____________________________________________________________________________
ACTIVITY 2: REVIEW QUESTION
Based on the discussion in this chapter, give some Advantages and Disadvantages of combining
Business Intelligence with a flexible Information System. Write your answers on the box below.
ADVANTAGES DISADVANTAGES