SlideShare a Scribd company logo
Database Management
1
Objectives Overview
Define the term,
database, and explain
how a database
interacts with data and
information
Define the term, data
integrity, and describe
the qualities of valuable
information
Discuss the terms
character, field, record,
and file
Describe file
maintenance
techniques and
validation techniques
Differentiate between a
file processing
approach and the
database approach
2
Objectives Overview
Discuss the functions
common to most
database management
systems
Describe characteristics
of relational, object-
oriented, and
multidimensional
databases
Explain how to access
Web databases
Identify database design
guidelines and discuss
the responsibilities of
database analysts and
administrators
3
Databases, Data, and Information
Database
• Collection of
data organized
in a manner
that allows
access,
retrieval, and
use of that
data
Data
• Collection of
unprocessed
items
• Text
• Numbers
• Images
• Audio
• Video
Information
• Processed data
• Documents
• Audio
• Images
• Video
4
Databases, Data, and Information
5
Databases, Data, and Information
• Database software, often called a database
management system (DBMS), allows users to:
6
Create a computerized
database
Add, modify, and
delete data
Sort and retrieve data
Create forms and
reports from the data
Databases, Data, and Information
• Data integrity identifies the quality of the data
• Garbage in, garbage out (GIGO) points out the
accuracy of a computer’s output depends on the
accuracy of the input
7
Databases, Data, and Information
• Valuable information should have the following
characteristics:
8
Accurate Verifiable Timely Organized
Accessible Useful
Cost-
effective
The Hierarchy of Data
• Data is organized in layers
– Files, records, fields, characters
9
The Hierarchy of Data
• A character is one byte
– Numbers, letters, space,
punctuation marks, or
other symbols
• A field is a combination
of one or more related
characters
– Field name
– Field size
– Data type
Discovering Computers 2012: Chapter 10
10
Page 518
Figure 10-3
The Hierarchy of Data
• Common data types include:
11
Text Numeric AutoNumber Currency
Date Memo Yes/No Hyperlink
Object Attachment
The Hierarchy of Data
12
• A record is a group of related fields
– A primary key uniquely identifies each record
• A data file is a collection of related records
Maintaining Data
• File maintenance refers to the procedures that
keep data current
13
Adding
records
Modifying
records
Deleting
records
Maintaining Data
• Users add new records to a file when they obtain
new data
14
Maintaining Data
• Users modify a record to correct inaccurate data
or update old data
15
Maintaining Data
• When a record no longer is needed, a user deletes
it from a file
16
Maintaining Data
• Validation compares data with a set of rules or
values to find out if the data is correct
17
Alphabetic/Numeric
check
Range check Consistency check
Completeness check Check digit Other checks
File Processing Versus Databases
18
File processing system
• Each department has its
own set of files
• Used for many years
• Have data redundancy
• Isolate data
Database approach
• Programs and users share
data
• Reduce data redundancy
• Improve data integrity
• Share data
• Allows easier access
• Reduces development time
• Can be more vulnerable
File Processing Versus Databases
Database Management Systems
20
Database Management Systems
• A data dictionary contains data about each file in
the database and each field in those files
21
Database Management Systems
• A DBMS provides several tools that allow users
and programs to retrieve and maintain data in the
database Query language
Query by example
Form
Report generator
Database Management Systems
• A query language consists of simple, English-like
statements that allow users to specify the data to
display, print, or store
• Query by example (QBE) provides a GUI to assist
users with retrieving data
23
Database Management Systems
24
Database Management Systems
• A form is a window on the screen that provides
areas for entering or modifying data in a database
25
Database Management Systems
• A report generator allows users to design a report
on the screen, retrieve data into the report
design, and then display or print the report
26
Database Management Systems
A DBMS provides means to
ensure that only authorized users
access data at permitted times
•Access privileges
•Principle of least privilege
27
Database Management Systems
• A DMBS provides a variety of techniques to
restore the database to a usable form in case it is
damaged or destroyed
28
Backup Log
Recovery
utility
Continuous
backup
Database Management Systems
Discovering Computers 2012: Chapter 10
29
Page 532
Figure 10-17
Relational, Object-Oriented, and
Multidimensional Databases
• A data model consists of rules and standards that
define how the database organizes data
Relational, Object-Oriented, and
Multidimensional Databases
• A relational database
stores data in tables
that consist of rows and
columns
– Each row has a primary
key
– Each column has a
unique name
• A relationship is a link
within the data
Discovering Computers 2012: Chapter 10
31
Page 533
Figure 10-20
Relational, Object-Oriented, and
Multidimensional Databases
• Structured Query Language (SQL) is a query
language that allows users to manage, update,
and retrieve data
Discovering Computers 2012: Chapter 10
32
Page 534
Figure 10-21
Relational, Object-Oriented, and
Multidimensional Databases
• An object-oriented database (OODB) stores data
in objects
• Examples of applications appropriate for an
object-oriented database include:
33
Multimedia
database
Groupware
database
Computer-
aided design
database
Hypertext
database
Relational, Object-Oriented, and
Multidimensional Databases
Discovering Computers 2012: Chapter 10
34
Page 535
Figure 10-22
Relational, Object-Oriented, and
Multidimensional Databases
• A multidimensional database can store data in more
than two dimensions of data
– Sometimes known as a hypercube
– Can consolidate data much faster than a relational database
• A data warehouse is a huge database that stores and
manages the data required to analyze historical and
current transactions
35
Web Databases
• Databases on the Web allow you to:
Discovering Computers 2012: Chapter 10
36
Page 536
Shop for
products or
services
Buy or sell stocks Search for a job
Make airline
reservations
Register for
college classes
Check semester
grades
Web Databases
37
Database Administration
• It is important to have a carefully designed
database
Discovering Computers 2012: Chapter 10
38
Page 537
Figure 10-24
Database Administration
Database analysts and administrators are responsible
for managing and coordinating all database activities
Database Analyst (DA)
Decides on proper field
placement, defines data
relationship, and identifies
users’ access privileges
Database Administrator (DBA)
Creates and maintains the data
dictionary, manages security,
monitors performance, and
checks backup and recovery
procedures
Discovering Computers 2012: Chapter 10
39
Page 538
Database Administration
• Employees should learn
how to use the data in
the database effectively
– Interact with database
– Identify new data for the
database
– Maintain the database
40
Summary
How data and
information are
valuable assets to
an organization
Methods for
maintaining high-
quality data
Assessing the
quality of valuable
information
Advantages of
organizing data in
a database
Various types of
databases
Roles of the
database analysts
and administrators
41

More Related Content

PPTX
Database Management
PDF
Chapter1.0 database management system
PPTX
CH10-Managing a Database
PPTX
ICT Basis: Managing a DataBase, Discovering Computer
PPTX
Chapter 10 database management
PPT
Chapter10
PPT
PPTX
DATABASE MANAGEMENT
Database Management
Chapter1.0 database management system
CH10-Managing a Database
ICT Basis: Managing a DataBase, Discovering Computer
Chapter 10 database management
Chapter10
DATABASE MANAGEMENT

Similar to Database Management.pptxqqwwqwqwqqweqwqw (20)

PPT
Database
PPT
Chapter10
PPTX
Database
PDF
Electronic Data Processing
PPT
TID Chapter 10 Introduction To Database
PPT
Week 1 Before the Advent of Database Systems & Fundamental Concepts
PPTX
data and information
PPTX
Introduction to Information and Communication Technologyh
PPTX
MS-CIT Unit 9.pptx
PDF
Week01 Lecture Semester 1 2025 (Extra).pdf
PPTX
Database administration
PPTX
MADHU.pptx
PDF
Ch-1-Introduction-to-Database.pdf
PPT
Chapter 1
PPT
computer fund-database presentation
PPTX
IS CH2 Database Management (p1)
PPTX
System Analysis And Design
PPTX
Lecture27
DOCX
CHAPTER5Database Systemsand Big DataRafal Olechows
Database
Chapter10
Database
Electronic Data Processing
TID Chapter 10 Introduction To Database
Week 1 Before the Advent of Database Systems & Fundamental Concepts
data and information
Introduction to Information and Communication Technologyh
MS-CIT Unit 9.pptx
Week01 Lecture Semester 1 2025 (Extra).pdf
Database administration
MADHU.pptx
Ch-1-Introduction-to-Database.pdf
Chapter 1
computer fund-database presentation
IS CH2 Database Management (p1)
System Analysis And Design
Lecture27
CHAPTER5Database Systemsand Big DataRafal Olechows
Ad

More from adrianantopina1 (6)

PPTX
Presentationnnnnnnnnnnnnnnnnnnnnnnn.pptx
PPTX
MATH PICK UP LINEsssssssssssssssssS.pptx
PPTX
Pres motivationalllllllllllllllllll.pptx
PPTX
Introduction to Animatssaion Part 2.pptx
PPTX
Power Point Quiz 2 - Gtade 7.pptxqwqwqwq
PPTX
Power Point Quiz 2 sqwqwqwqwqwqwqwqwqqwq
Presentationnnnnnnnnnnnnnnnnnnnnnnn.pptx
MATH PICK UP LINEsssssssssssssssssS.pptx
Pres motivationalllllllllllllllllll.pptx
Introduction to Animatssaion Part 2.pptx
Power Point Quiz 2 - Gtade 7.pptxqwqwqwq
Power Point Quiz 2 sqwqwqwqwqwqwqwqwqqwq
Ad

Recently uploaded (20)

PPTX
Pharma ospi slides which help in ospi learning
PDF
Classroom Observation Tools for Teachers
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PPTX
master seminar digital applications in india
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
Cell Structure & Organelles in detailed.
PDF
TR - Agricultural Crops Production NC III.pdf
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
Pre independence Education in Inndia.pdf
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PDF
Business Ethics Teaching Materials for college
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Pharma ospi slides which help in ospi learning
Classroom Observation Tools for Teachers
102 student loan defaulters named and shamed – Is someone you know on the list?
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
VCE English Exam - Section C Student Revision Booklet
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
master seminar digital applications in india
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Cell Structure & Organelles in detailed.
TR - Agricultural Crops Production NC III.pdf
PPH.pptx obstetrics and gynecology in nursing
Module 4: Burden of Disease Tutorial Slides S2 2025
Microbial disease of the cardiovascular and lymphatic systems
Pre independence Education in Inndia.pdf
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Business Ethics Teaching Materials for college
FourierSeries-QuestionsWithAnswers(Part-A).pdf

Database Management.pptxqqwwqwqwqqweqwqw

  • 2. Objectives Overview Define the term, database, and explain how a database interacts with data and information Define the term, data integrity, and describe the qualities of valuable information Discuss the terms character, field, record, and file Describe file maintenance techniques and validation techniques Differentiate between a file processing approach and the database approach 2
  • 3. Objectives Overview Discuss the functions common to most database management systems Describe characteristics of relational, object- oriented, and multidimensional databases Explain how to access Web databases Identify database design guidelines and discuss the responsibilities of database analysts and administrators 3
  • 4. Databases, Data, and Information Database • Collection of data organized in a manner that allows access, retrieval, and use of that data Data • Collection of unprocessed items • Text • Numbers • Images • Audio • Video Information • Processed data • Documents • Audio • Images • Video 4
  • 5. Databases, Data, and Information 5
  • 6. Databases, Data, and Information • Database software, often called a database management system (DBMS), allows users to: 6 Create a computerized database Add, modify, and delete data Sort and retrieve data Create forms and reports from the data
  • 7. Databases, Data, and Information • Data integrity identifies the quality of the data • Garbage in, garbage out (GIGO) points out the accuracy of a computer’s output depends on the accuracy of the input 7
  • 8. Databases, Data, and Information • Valuable information should have the following characteristics: 8 Accurate Verifiable Timely Organized Accessible Useful Cost- effective
  • 9. The Hierarchy of Data • Data is organized in layers – Files, records, fields, characters 9
  • 10. The Hierarchy of Data • A character is one byte – Numbers, letters, space, punctuation marks, or other symbols • A field is a combination of one or more related characters – Field name – Field size – Data type Discovering Computers 2012: Chapter 10 10 Page 518 Figure 10-3
  • 11. The Hierarchy of Data • Common data types include: 11 Text Numeric AutoNumber Currency Date Memo Yes/No Hyperlink Object Attachment
  • 12. The Hierarchy of Data 12 • A record is a group of related fields – A primary key uniquely identifies each record • A data file is a collection of related records
  • 13. Maintaining Data • File maintenance refers to the procedures that keep data current 13 Adding records Modifying records Deleting records
  • 14. Maintaining Data • Users add new records to a file when they obtain new data 14
  • 15. Maintaining Data • Users modify a record to correct inaccurate data or update old data 15
  • 16. Maintaining Data • When a record no longer is needed, a user deletes it from a file 16
  • 17. Maintaining Data • Validation compares data with a set of rules or values to find out if the data is correct 17 Alphabetic/Numeric check Range check Consistency check Completeness check Check digit Other checks
  • 18. File Processing Versus Databases 18 File processing system • Each department has its own set of files • Used for many years • Have data redundancy • Isolate data Database approach • Programs and users share data • Reduce data redundancy • Improve data integrity • Share data • Allows easier access • Reduces development time • Can be more vulnerable
  • 21. Database Management Systems • A data dictionary contains data about each file in the database and each field in those files 21
  • 22. Database Management Systems • A DBMS provides several tools that allow users and programs to retrieve and maintain data in the database Query language Query by example Form Report generator
  • 23. Database Management Systems • A query language consists of simple, English-like statements that allow users to specify the data to display, print, or store • Query by example (QBE) provides a GUI to assist users with retrieving data 23
  • 25. Database Management Systems • A form is a window on the screen that provides areas for entering or modifying data in a database 25
  • 26. Database Management Systems • A report generator allows users to design a report on the screen, retrieve data into the report design, and then display or print the report 26
  • 27. Database Management Systems A DBMS provides means to ensure that only authorized users access data at permitted times •Access privileges •Principle of least privilege 27
  • 28. Database Management Systems • A DMBS provides a variety of techniques to restore the database to a usable form in case it is damaged or destroyed 28 Backup Log Recovery utility Continuous backup
  • 29. Database Management Systems Discovering Computers 2012: Chapter 10 29 Page 532 Figure 10-17
  • 30. Relational, Object-Oriented, and Multidimensional Databases • A data model consists of rules and standards that define how the database organizes data
  • 31. Relational, Object-Oriented, and Multidimensional Databases • A relational database stores data in tables that consist of rows and columns – Each row has a primary key – Each column has a unique name • A relationship is a link within the data Discovering Computers 2012: Chapter 10 31 Page 533 Figure 10-20
  • 32. Relational, Object-Oriented, and Multidimensional Databases • Structured Query Language (SQL) is a query language that allows users to manage, update, and retrieve data Discovering Computers 2012: Chapter 10 32 Page 534 Figure 10-21
  • 33. Relational, Object-Oriented, and Multidimensional Databases • An object-oriented database (OODB) stores data in objects • Examples of applications appropriate for an object-oriented database include: 33 Multimedia database Groupware database Computer- aided design database Hypertext database
  • 34. Relational, Object-Oriented, and Multidimensional Databases Discovering Computers 2012: Chapter 10 34 Page 535 Figure 10-22
  • 35. Relational, Object-Oriented, and Multidimensional Databases • A multidimensional database can store data in more than two dimensions of data – Sometimes known as a hypercube – Can consolidate data much faster than a relational database • A data warehouse is a huge database that stores and manages the data required to analyze historical and current transactions 35
  • 36. Web Databases • Databases on the Web allow you to: Discovering Computers 2012: Chapter 10 36 Page 536 Shop for products or services Buy or sell stocks Search for a job Make airline reservations Register for college classes Check semester grades
  • 38. Database Administration • It is important to have a carefully designed database Discovering Computers 2012: Chapter 10 38 Page 537 Figure 10-24
  • 39. Database Administration Database analysts and administrators are responsible for managing and coordinating all database activities Database Analyst (DA) Decides on proper field placement, defines data relationship, and identifies users’ access privileges Database Administrator (DBA) Creates and maintains the data dictionary, manages security, monitors performance, and checks backup and recovery procedures Discovering Computers 2012: Chapter 10 39 Page 538
  • 40. Database Administration • Employees should learn how to use the data in the database effectively – Interact with database – Identify new data for the database – Maintain the database 40
  • 41. Summary How data and information are valuable assets to an organization Methods for maintaining high- quality data Assessing the quality of valuable information Advantages of organizing data in a database Various types of databases Roles of the database analysts and administrators 41