Introduction To Database Management System
Introduction To Database Management System
Database
Management
Systems
Date Developed:
Bulacan
BSIS / ACT January 2021
Polytechnic Page 1 of 11
Date Revised:
DBS - 213 College
Database System Developed by:
(Access) Document No. Minerva V. Magbitang Revision # 01
Rosemarie S. Guirre
Database Systems
List of Modules
No. MODULE
MODULE TITLE
CODE
Introduction to Database Management
1. DBS 213 - 1
Systems
2 The Use of DBMS and the Database DBS 213 -2
Date Developed:
Bulacan
BSIS / ACT January 2021
Polytechnic Page 2 of 11
Date Revised:
DBS - 213 College
Database System Developed by:
(Access) Document No. Minerva V. Magbitang Revision # 01
Rosemarie S. Guirre
MODULE CONTENT
REFERENCES:
Chegg.com. (n.d.). Https://Www.Chegg.Com.
https://www.chegg.com/homework-help/definitions/properties-of-a-database-
3OpenStax CNX. (n.d.). Https://Cnx.Org/.
https://cnx.org/contents/tXuHYGiY@1/Database-System-
ConceptsTutsMaster.org. (n.d.). What is Database Management System and
DBMS Objectives? TutsMaster. Retrieved March 10, 2021, from
https://tutsmaster.org/what-is-database-management-system-and-dbms-
objectives/
Date Developed:
Bulacan
BSIS / ACT January 2021
Polytechnic Page 3 of 11
Date Revised:
DBS - 213 College
Database System Developed by:
(Access) Document No. Minerva V. Magbitang Revision # 01
Rosemarie S. Guirre
Information Sheet
Learning Objectives:
After reading this INFORMATION SHEET, YOU MUST be able to:
1. Familiarized and discussed fundamental concepts of Database
Management Systems.
Fundamental Concepts
The database is a shared collection of related data which will be used to support
the activities of a particular organization. A database can be viewed as a
repository of data that is defined once and then is accessed by various users. A
database has the following properties:
It is a representation of some aspect of the real world; or perhaps, a collection of
data elements (facts) representing real-world information.
Date Developed:
Bulacan
BSIS / ACT January 2021
Polytechnic Page 4 of 11
Date Revised:
DBS - 213 College
Database System Developed by:
(Access) Document No. Minerva V. Magbitang Revision # 01
Rosemarie S. Guirre
A database is a collection of data organized in a manner that
allows access, retrieval, and use of that data. Data is a
collection of unprocessed items, which can include text,
numbers, images, audio, and video. Information is processed
data; that is, it is organized, meaningful, and useful.
Hierarchy of Data
Characters
In the ASCII coding scheme, each
byte represents a single character,
which can be a number (4), letter (R),
space, punctuation mark (?), or other
symbols (&).
Fields
A field is a combination of one or more related characters or bytes and is
the smallest unit of data a user access. A field name uniquely identifies each
field. The field size defines the maximum number of characters a field can
contain.
Date Developed:
Bulacan
BSIS / ACT January 2021
Polytechnic Page 5 of 11
Date Revised:
DBS - 213 College
Database System Developed by:
(Access) Document No. Minerva V. Magbitang Revision # 01
Rosemarie S. Guirre
The data type specifies the kind of data a field can contain and how the field is
used. Common data types include:
Records
A record is a group of related fields. For example, a student record includes
a set of fields about one student. A primary key is a field that uniquely
identifies each record in a file. In some tables, the primary key consists of
multiple fields called a composite key.
Date Developed:
Bulacan
BSIS / ACT January 2021
Polytechnic Page 6 of 11
Date Revised:
DBS - 213 College
Database System Developed by:
(Access) Document No. Minerva V. Magbitang Revision # 01
Rosemarie S. Guirre
Files
A data file is a collection of related records stored on a storage medium such
as a hard disk or optical disc. A database includes a group of related data files.
Data Integrity
Garbage in, garbage out (GIGO) is a computing phrase that points out the
accuracy of a computer’s output depends on the accuracy of the input. If you
enter incorrect data into a computer (garbage in), the computer will produce
incorrect information (garbage out).
• Atomicity.
• Consistency.
• Isolation.
• Durability.
Date Developed:
Bulacan
BSIS / ACT January 2021
Polytechnic Page 7 of 11
Date Revised:
DBS - 213 College
Database System Developed by:
(Access) Document No. Minerva V. Magbitang Revision # 01
Rosemarie S. Guirre
Atomicity:
Atomicity in database ensures that the transactions are indivisible and
irreducible where transactions either commit or abort. If a part of the
transaction fails then the entire transaction fails.
Consistency:
Any change in the values of a database at a particular instance is consistent
with changes to other values. Consistency on any transaction acts as a
predicate for the data which serves as
• Precondition.
• Postcondition.
• Transformation condition.
Isolation:
Transaction in database ensures that the working transaction will not be
changed or affected by any other transaction. In other words, modifications or
updates made on one transaction are not viewed or changed by any other
transaction. Isolation also ensures the effect of a database is the same when
• Transactions are executed serially or
• Executed in an interleaved fashion.
Durability:
Durability of the databases states that “once a transaction has been
committed, should remain in the same status” even in the case of failures such
as
• Power loss.
• Database crash, etc.
Date Developed:
Bulacan
BSIS / ACT January 2021
Polytechnic Page 8 of 11
Date Revised:
DBS - 213 College
Database System Developed by:
(Access) Document No. Minerva V. Magbitang Revision # 01
Rosemarie S. Guirre
Manual vs Electronic Databases: Advantages, Disadvantages, and Features
https://www.ictteachersug.net/
Date Developed:
Bulacan
BSIS / ACT January 2021
Polytechnic Page 9 of 11
Date Revised:
DBS - 213 College
Database System Developed by:
(Access) Document No. Minerva V. Magbitang Revision # 01
Rosemarie S. Guirre
A Database Management System (DBMS) is a software program used to
create and manage an electronic database. It provides users with tools used to
add, delete, access, modify, and analyze data stored in one location. Examples
of DBMS software include Microsoft Office Access, dBase, SQL Server, Oracle,
MySQL, Informix, DB2, Paradox, FoxBase, FileMaker Pro, Lotus Approach, etc.
A DBMS typically have the following features:
Date Developed:
Bulacan
BSIS / ACT January 2021
Polytechnic Page 11 of 11
Date Revised:
DBS - 213 College
Database System Developed by:
(Access) Document No. Minerva V. Magbitang Revision # 01
Rosemarie S. Guirre