Module 1 and 2: F.L. Vargas College Inc
Module 1 and 2: F.L. Vargas College Inc
Tuguegarao City
INFORMATION MANAGEMENT
[email protected]
MODULE 1 AND 2
INTRODUCTION TO DATABASE MANAGEMENT SYSTEM
I. Overview
Information Management (IM) is a cycle of processes that support the organization's learning
activities: identifying information needs, acquiring information, organizing and storing information,
developing information products and services, distributing information, and using information. In computer
science, IM focuses on the structures underlying quantitative data and their relationship to the design of
databases.
Databases and database systems are an essential component of life in modern society. For
example, if we go to the bank to deposit or withdraw funds, if we make a hotel or airline reservation, if we
access a computerized library catalog to search for a bibliographic item, or if we purchase something online
—such as a book, toy, or computer—chances are that our activities will involve someone or some computer
program accessing a database. Even purchasing items at a supermarket often automatically updates the
database that holds the inventory of grocery items.
HISTORY
The origins of the database go back to libraries, governmental, business and medical records
before the computers were invented. Once people realized they needed to have the means to store data and
maintain the data files for later retrieval, they were trying to find ways to store, index and retrieve data.
With the emergence of computers, the world of the database changed rapidly, making it an easy, cost
effective, and less space-consuming task to collect and maintain the database.
Database
It is basically just computerize record keeping system and can be regarded as an electronic filing
cabinet.
Page 1 of 6
F.L. VARGAS COLLEGE INC.
Tuguegarao City
INFORMATION MANAGEMENT
[email protected]
A shared collection of logically related data, designed to meet the information needs of multiple
users.
A database may be of any size and complexity.
Databases today are used to store objects such as documents, photographic images, sound, and
even video segments, in addition to conventional textual and numeric data.
In addition to storing data, you can also sort, extract, and summarize information related to the
data.
Data
refers to the raw facts concerning people, objects, events or other entities.
Historically, the term data referred to known as facts that could be recorded and stored in a
computer media.
Since databases today are used to store objects such as documents, photographic images, sound
and even video segments, in addition to textual and numerical data. To reflect this reality, the
definition of data now is:
Consists of facts, text, graphics, images, sound and video segments that have meaning in the user’s
environment.
Example:
Baker, Kenetth 324917628
Doyle, Joan 467231428
Finkle, Clive 123456789
Lewis, John 987654312
McFerran, Debra 873548179
Information
data that have been processed and presented in a form of suitable for human interpretation, often
with the purpose of revealing trends or patterns.
The terms data and information are closely related and in fact are often used interchangeably.
However, it is often useful to distinguish between data and information.
Data that has been processed in such a way that it can increase the knowledge of the person who
uses it.
Another way to convert data into information is to summarize them or otherwise process and
present them for human interpretation.
EXAMPLE:
Page 2 of 6
F.L. VARGAS COLLEGE INC.
Tuguegarao City
INFORMATION MANAGEMENT
[email protected]
Meta-data
overall information about the single information
information about the data in an organization
“Data about data”
These are data that describe the properties or characteristics of other data. Some of these
properties include data definitions, data structures and rules or constraints.
Some sample metadata for the Class Roster are listed in Table 1.1
For each data item that appears in the Class Roster, the metadata show the data item, the data type,
length, minimum and maximum allowable values and brief description of each data item.
Descriptions of the properties or characteristics of the data, including data types, field sizes,
allowable values, and documentation.
Distinction between data and metadata: Metadata is once removed from data. That is, metadata
describe the properties of data but do not include that data.
Disadvantages:
1. Program-data Dependence
All programs maintain metadata for each
file they use.
File descriptions are stored within each
application program that access a given
file.
2. Duplication of data or Data Redundancy
Since applications are often developed
independently in file processing systems, unplanned duplicate data files are the rule rather than the
exception.
Duplicate data files often result in loss of data integrity since either the data formats may be
inconsistent or data values may not agree (or both).
Different systems/programs have separate copies of the same data
3. Limited Data Sharing
With the traditional file processing approach, each application has its own private files and users
have little opportunity to share data outside their own applications.
No centralized control of data.
4. Lengthy Development Times
There is little opportunity to leverage previous development efforts.
Each new application requires that the developer essentially start from scratch by designing new
file formats and descriptions.
5. Excessive Program Maintenance
Page 3 of 6
F.L. VARGAS COLLEGE INC.
Tuguegarao City
INFORMATION MANAGEMENT
[email protected]
As much as 80% of the total information systems developed budget may be devoted to program
maintenance in such organizations.
SOLUTION:
The DATABASE Approach
Requires a Database Management System (DBMS)
Database Approach
It emphasizes the integration and sharing of data throughout the organization.
In Database approach, data is managed by a controlling agent and stored in a
standardized, convenient form.
This approach requires a fundamental re orientation or shift in thought process, starting
with top management.
It stores data in such a way that it becomes easier to retrieve, manipulate, and produce
information.
Page 4 of 6
F.L. VARGAS COLLEGE INC.
Tuguegarao City
INFORMATION MANAGEMENT
[email protected]
Database application system includes the data definitions, stored data, transactions, inquiries,
and reports needed to capture, maintain and present data from a database.
Applications of Databases
Databases are used in many applications, spanning virtually the entire range of computer
software. Databases are the preferred method of storage for large multiuser applications, where
coordination between many users is needed. Even individual users find them convenient, and
many electronic mail programs and personal organizers are based on standard database
technology. Software database drivers are available for most database platforms so that
application software can use a common Application Programming Interface to retrieve the
information stored in a database.
Database range from those for a single user with a desktop computer or PDA to those on
mainframe computers with thousands of users.
The range of database applications can be divided into five categories:
- Personal Databases,
- Enterprise Databases
- Workgroup Databases
- Department Databases
- Internet, Intranet and Extranet Databases
1. Personal Databases
- These are designed to support one user. They have long resided on personal computers
(PCs), including laptops.
2. Workgroup Databases
- A workgroup is a relatively small team of people who collaborate on the same project or
application or on a group of similar projects or applications.
- A workgroup typically comprises fewer than 25 persons.
3. Department Databases
- A department is a functional unit within an organization.
- Typical examples of departments are : Personnel, marketing, manufacturing and
accounting
- Generally larger than a workgroup (typically 25-100 persons) and is more responsible for
a more diverse range of functions.
4. Enterprise Databases
- An enterprise database is one whose scope is the entire organization or enterprise (or, at
least many different departments).
- These databases are intended to support organization wide operations and decision
making.
5. Internet, Intranet and Extranet Databases
Internet
Page 5 of 6
F.L. VARGAS COLLEGE INC.
Tuguegarao City
INFORMATION MANAGEMENT
[email protected]
V. Supplemental
1. Book
2. Internet
http://friendz-database-concept.blogspot.com/2012/01/range-of-database-approach.html
https://www.oracle.com/in/database/what-is-database/
https://medium.com/@mangavkarsonali/components-of-dbms-environment-f4f0651e6daf
https://www.dataentryoutsourced.com/blog/components-of-a-database-management-
system/
Page 6 of 6