0% found this document useful (0 votes)
43 views22 pages

Introduction To Database Management: Basic Concepts and Definitions

This document introduces basic concepts and definitions related to database management. It defines data as facts captured in various forms that have meaning to users. A database is an organized collection of related data that can be centralized or distributed. Data is processed into information that increases knowledge and is useful for decision making. Ensuring data integrity and following data hierarchies of characters, fields, records, and tables helps produce correct information from a database. Metadata provides data about the structure and properties of other data. A database management system allows users to create, modify, and retrieve data from databases to generate useful information.

Uploaded by

Josh Peter Jam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views22 pages

Introduction To Database Management: Basic Concepts and Definitions

This document introduces basic concepts and definitions related to database management. It defines data as facts captured in various forms that have meaning to users. A database is an organized collection of related data that can be centralized or distributed. Data is processed into information that increases knowledge and is useful for decision making. Ensuring data integrity and following data hierarchies of characters, fields, records, and tables helps produce correct information from a database. Metadata provides data about the structure and properties of other data. A database management system allows users to create, modify, and retrieve data from databases to generate useful information.

Uploaded by

Josh Peter Jam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 22

Introduction to

Database Management

Basic Concepts and


Definitions

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…

Information to some people might be


data to other people

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)

Field Data Field Default Null Format


Type Size Value
EmployeeID Text 7 N AAA1001

EmpName Text 50 N

EmpAddress Text 75 Manila N

EmpTelNo Text 13 Y \(02) 999-


9999
EmpEmail Hyperlink Y

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

 A software that allows convenient access


to databases
 Also called a database software
 A software that manipulates the data
inside the databases in behalf of the user

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

You might also like