Introduction To Database Management: Basic Concepts and Definitions
Introduction To Database Management: Basic Concepts and Definitions
Database Management
1
Data
Facts in the form of text, graphics, images,
sound, and video segments that have meaning
in the users’ environment
Ways of capturing data:
Scanning (barcodes, images, etc)
Keyboard (text)
Mobile phones (images, sound, video segments)
Digital cameras (images, sound)
2
Database
An organized collection of data items
related to some enterprise
Can be centralized on one computer or
distributed over several computers that are
widely separated geographically
Can be manual or computerized
3
May be of any size (up to several zettabytes and
yottabytes of data) and complexity
Examples:
Bank database
Flight database
Airplane manufacturing database
School database
Library database
Department store database
4
Information
Data that have been processed in such a
way that it can increase the knowledge of
the person who uses it
Some examples of processing that can be
useful for decision-making:
Tallying
Summarizing
Grouping
5
Examples of information in document
form:
Bank Statements
Credit Card Reports
Enrollment Summaries
6
Qualities of Information
Accurate
Verifiable
Timely
Organized
Accessible
Useful
Cost-effective
7
The importance of data and
information to a company
data is used to generate information which
in turn is used for making decisions in the
company
“Get the right information to the right
decision maker at the right time…”
8
Take Note…
9
Data Integrity
Defines the quality of data
The data in a database must have integrity
to produce correct information
Erroneous data in a database loses
integrity (the more errors, the lower the
integrity)
10
Hierarchy of Data
Character
a combination of 8 bits or is equivalent to one
byte
Example: ‘A’, ‘4’, ‘?’
Field
a combination of one or more related
characters or bytes
11
Properties of a field:
Name
Size
Data Type
Text
Numeric
Currency
Date/Time
Boolean
Hyperlink
Memo
12
Record
A group of related fields
Each record must have a key field (or primary
key) that uniquely identifies each record in a
table or file (cannot be duplicated)
Example: Student ID number
Table
A collection of related records
13
An example of a table in MS Access.
Table Name: STUDENT
Each row represents a record.
The column headers represent the field names.
14
Metadata
Data that describe the properties or
characteristics of other data
Some of the properties include data
definitions, data structures, and rules or
constraints
15
Sample of Metadata
(Retrieved from POSITIVE PPT presentation)
EmpName Text 50 N
16
Data or Metadata?
A dog’s name – data
A dog’s name limited to 10 characters –
metadata
A person’s gender – data
A person’s age that is limited to the range
1-100 – metadata
17
Data is processed
in the CPU
OUTPUT
Database (stores
metadata)
Data (captured
INPUT through different
input devices)
Information
18
Database Management System
19
It allows users to:
create an electronic database and its
corresponding tables
add or insert data to the database tables
via input forms
access data from the database tables then
modify or delete the said data
access data from the database tables then
retrieve and process the said data to
produce information (or reports that can be
viewed on screen or printed out)
20
Examples:
MS Access
MS SQL Server
Open Office Base
IBM DB2
Oracle
MySQL
21
END OF PRESENTATION
22