SlideShare une entreprise Scribd logo
1  sur  43
Discovering
Computers 2009
Chapter 01
Database
Management
Chapter 10 Objectives
Discuss the functions
common to most DBMSs
Identify the qualities
of valuable information
Explain why data is important
to an organization
Discuss the terms character,
field, record, and file
Identify file maintenance techniques
Differentiate between a file processing
system approach and the database approach
Describe characteristics of
relational, object-oriented, and
multidimensional databases
Explain how to interact with Web databases
Discuss the responsibilities of
database analysts and administrators
Next
Define the term, database
Add,
change,
and delete
data
Create
database
Sort
and
retrieve
data
Create
forms
and
reports
Data and Information
What is a database?
p. 514 - 515 Next
Database software
allows you to
Collection of data
organized so
you can access,
retrieve, and
use it
Database software
also called database
management system
(DBMS)
Data and Information
How are data and information related?
p. 514 - 515 Fig. 10-1 Next
 Data is a collection of unprocessed items
 Information is data that is organized and meaningful
 Computers process data into information
Data and Information
What is data integrity?
p. 516 Next
 Degree to which data is
correct
 Garbage in, garbage
out (GIGO)—computer
phrase that means you
cannot create correct
information from
incorrect data
Garbage out
Garbage in
Data integrity
is lost
Click to view Web
Link, click Chapter 10, Click
Web Link from left
navigation, then click
Data Security below Chapter 10
Data and Information
What are the qualities of valuable information?
p. 516 - 517 Next
Accurate
Verifiable
Timely
Organized
Accessible
Useful
Cost-effective
The Hierarchy of Data
What is a hierarchy?
p. 517 Fig. 10-2 Next
 Database contains files, file contains records, record
contains fields, field contains characters
The Hierarchy of Data
What is a field?
p. 518 Fig. 10-3 Next
 Combination of one or more
characters
 Smallest unit of data user accesses
 Field name uniquely identifies each
field
 Field size defines the maximum
number of characters a field can
contain
 Data type specifies kind of data field
contains
Yes/No
(also called
Boolean)—only the
values Yes or No (or
True or False)
Hyperlink
Web address that links to
document or Web page
Object
(also called BLOB for binary large
object)—photograph, audio, video,
or document created in other
application such as word
processing or spreadsheet
The Hierarchy of Data
What are common data types?
p. 518 Next
Currency
dollar and cent amounts or
numbers containing decimal
values
Date
month, day, year, and
sometimes time
Memo
lengthy text entries
Text
(also called
alphanumeric)—letters,
numbers, or special
characters
Numeric
numbers
only
AutoNumber
unique number automatically
assigned to each new record
The Hierarchy of Data
What is a record?
p. 519 Next
Group of
related fields
Key field, or primary key,
uniquely identifies each record
The Hierarchy of Data
What is a data file?
p. 518 Next
 Collection of related records stored on disk
Maintaining Data
What is file maintenance?
p. 520 Next
Changing recordsAdding records
Deleting records
 Procedures that keep data current
Maintaining Data
Why do you add records?
p. 520 Fig. 10-5 Next
 Add new record when you obtain new data
Maintaining Data
Why do you change records?
p. 521 Fig. 10-6 Next
 Correct inaccurate data
 Update old data
Maintaining Data
Why do you delete records?
p. 522 Fig. 10-7 Next
 When record no longer is needed
 Some programs remove record immediately,
others flag record
Maintaining Data
What is validation?
p. 522 - 523 Fig. 10-8 Next
 Process of comparing data with a set of rules
to find out if data is correct
 Reduce data entry errors and enhance data
integrity before program writes data on disk
Consistency
Check
tests for logical
relationship
between two or
more fields
Maintaining Data
p. 523 Next
What are the types of validity checks?
Range Check
determines
whether number is
within specified
range
Completeness
Check
verifies that a
required field
contains data
Check Digit
number(s) or
character(s)
appended to or
inserted into a
primary key value
to confirm
accuracy of
primary key value
Alphabetic/
Numeric Check
ensures correct
type of data
entered
Isolated
data—data
stored in
separate files
so it is
difficult to
access
File Processing Versus Databases
What is a file processing system?
p. 524 Next
Data
redundancy—
same fields
stored in
multiple files
Each
department or
area within
organization
has own set of
files
May have
weaknesses
Records in one
file may not
relate to
records in any
other file
File Processing Versus Databases
What is the database approach?
p. 524 - 525 Fig. 10-9 Next
 Many programs and users can share data in database
 Secures data so only authorized users can access
certain data
File Processing Versus Databases
What are the strengths of the database approach?
p. 525 Next
Reduced
data
redundancy Improved
data
integrity
Shared
data
Easier
access
Reduced
development
time
File Processing Versus Databases
How do a database
application and a
file processing
application differ
in the way they
store data?
p. 525 Fig. 10-10 Next
Database Management Systems
What are popular database management systems (DBMSs)?
p. 526 Fig. 10-11 Next
Click to view Web
Link, click Chapter 10,
Click Web Link from left
navigation, then click
Teradata below Chapter 10
Database Management Systems
What is a data dictionary?
p. 527 Fig. 10-12 Next
 Contains data about each file in database and each
field within those files
Database Management Systems
What is a query?
p. 528 - 529 Fig. 10-13 Next
 Request for specific
data from a
database
 Query language
consists of simple,
English-like
statements that
allow users to
specify data to
display, print, or
store
Click to view Web
Link, click Chapter 10, Click
Web Link from left
navigation, then click
Query below Chapter 10
Database Management Systems
What is a query by example (QBE)?
p. 528 - 529 Fig. 10-14 Next
 Program retrieves records that match criteria
entered in form fields
 Has a graphical user interface that assists users
with retrieving data
Database Management Systems
What is a form?
p. 530 Fig. 10-15 Next
 Window on screen that provides areas for entering or
changing data in database
 Used to retrieve and
maintain data in a
database
 Form that sends
data across network
or Internet is called
e-form, short for
electronic form
Database Management Systems
What is a report generator?
p. 530 Fig. 10-16 Next
 Allows user to design a report on screen, retrieve
data into report design, then display or print
reports
 Also called
report writer
Database Management Systems
What is data security?
p. 530 - 531 Next
Read-only
privileges -
user can
view data,
but cannot
change it
DBMS provides
means to ensure
only authorized
users can access
data
Access privileges
define activities
that specific user
or group of users
can perform
Full-update
privileges -
user can
view and
change data
Database Management Systems
What are backup and log?
p. 531 Fig. 10-17 Next
 Backup is a copy of the
entire database
 Log is a listing of activities
that change database
contents
 DBMS places three items
in log: before image,
actual change, and after
image
Database Management Systems
Video: How A Photo Sharing Site Keeps its Data
Next
CLICK TO START
Database Management Systems
What is a recovery utility?
p. 531 - 532 Next
Uses logs and/or
backups to restore
database when it is
damaged or destroyed
Rollforward—DBMS
uses log to re-enter
changes made to data-
base since last save or
backup
Also called forward
recovery
Rollback—DBMS uses
log to undo any changes
made to database during a
certain period of time
Also called backward
recoveryClick to view Web
Link, click Chapter 10, Click
Web Link from left
navigation, then click
Continuous Backup
below Chapter 10
Relational, Object-Oriented, and Multidimensional Databases
What is a data model?
p. 532 Fig. 10-18 Next
 Rules and standards that
define how database
organizes data
 Defines how users view
organization of data
 Four popular data models
 Relational
 Object-oriented
 Object-relational
 Multidimensional
Relational, Object-Oriented, and Multidimensional Databases
What is a relational database?
p. 533 Fig. 10-19 Next
 Stores data in tables that consist of rows and columns
 Each row has primary key
 Each column has unique name
 Stores data relationships
 Uses specialized terminology
Click to view Web
Link, click Chapter 10, Click
Web Link from left
navigation, then click
Relational Databases below
Chapter 10
Relational, Object-Oriented, and Multidimensional Databases
What is a relationship?
p. 533 Fig. 10-20 Next
 Connection within
data
Relational, Object-Oriented, and Multidimensional Databases
What is Structured Query Language (SQL)?
p. 534 Fig. 10-21 Next
 Allows you to manage, update, and retrieve data
 Has special keywords and rules included in SQL
statements
Click to view Web
Link, click Chapter 10, Click
Web Link from left
navigation, then click
SQL below Chapter 10
Relational, Object-Oriented, and Multidimensional Databases
What is an object-oriented database (OODB)?
p. 534 - 535 Next
Advantages
Often uses object query language (OQL)
Stores data in objects
Object is item that contains data,
as well as actions that read or
process data
 Can store more types of data
 Can access data faster
 Programmers can reuse objects
Click to view Web
Link, click Chapter 10, Click
Web Link from left
navigation, then click
Object-Oriented Databases
below Chapter 10
Relational, Object-Oriented, and Multidimensional Databases
What are examples of applications appropriate for an
object-oriented database?
p. 534 Next
Multimedia databases
Store images, audio clips,
and/or video clips
Groupware databases
Store documents such as
schedules, calendars, manuals,
memos, and reports
Computer-aided design
(CAD) databases
Store data about
engineering, architectural,
and scientific designs
Hypertext databases
Contain text links
to other documents
Web databases
Link to e-form on Web page
What is a multidimensional database?
Relational, Object-Oriented, and Multidimensional Databases
p. 535 Next
Stores data in
dimensions
Multiple dimensions, also
called hypercube, allow users
to analyze any view of data
Can consolidate data much
faster than relational database
Click to view Web
Link, click Chapter 10, Click
Web Link from left
navigation, then click
Multidimensional Databases
below Chapter 10
Relational, Object-Oriented, and Multidimensional Databases
What is a data warehouse?
p. 536 Next
Data mart is smaller
version of data warehouse
Uses multidimensional
databases
Often uses a process called data
mining to find patterns and
relationships among data
Huge database system that stores and manages data
required to analyze historical and current transactions
Quick and efficient
way to access large
amounts of data
Click to view Web
Link, click Chapter 10, Click
Web Link from left
navigation, then click
Data Warehouses
below Chapter 10
Web Databases
What is a Web database?
p. 536 - 537 Fig. 10-23 Next
 Database you access through the Web by filling in a form
on a Web page
 Usually resides on
a database server, a
computer that
stores and provides
access to a
database
3. Design the records and fields
for each table
2. Design the tables
1. Determine the purpose of the database
4. Determine the
relationships among
the tables or files
 Design tables on paper first
 Each table should contain
data about one subject
Database Administration
What are guidelines for developing a database?
p. 537 Fig. 10-24 Next
 Be sure every record has a unique
primary key
 Use separate fields for logically
distinct items
 Do not create fields for information
that can be derived from entries in
other fields
 Allow enough space for each field
 Set default values for frequently
entered data
Click to view Web
Link, click Chapter
10, Click Web Link
from left navigation,
then click Database Design
Guidelines below Chapter 10
Database Administration
What is the role of the database analyst and
administrator?
p. 538 Next
Database analyst (DA) Database administrator
(DBA) Focuses on meaning and
usage of data
 Decides proper placement
of fields, defines
relationships, and
identifies users’ access
privileges
 Creates and maintains data
dictionary, manages
database security,
monitors database
performance, and checks
backup and recovery
procedures
Click to view Web Link, click
Chapter 10,
Click Web Link from left
navigation, then click Database
Administrators below
Chapter 10
Summary of Database Management
Chapter 10 Complete
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
Role of the database
analysts and administrators

Contenu connexe

Tendances

Relational database concept and technology
Relational database concept and technologyRelational database concept and technology
Relational database concept and technologyDucat
 
IS CH2 Database Management (p2)
IS CH2 Database Management (p2)IS CH2 Database Management (p2)
IS CH2 Database Management (p2)Jan Wong
 
Storage 2.0 (Unstructured Data)
Storage 2.0 (Unstructured Data)Storage 2.0 (Unstructured Data)
Storage 2.0 (Unstructured Data)Vikas Deolaliker
 
Deep Web: Databases on the Web
Deep Web: Databases on the WebDeep Web: Databases on the Web
Deep Web: Databases on the WebDenis Shestakov
 
Active directory & exchange 3 3-11
Active directory & exchange 3 3-11Active directory & exchange 3 3-11
Active directory & exchange 3 3-11jlrden
 
Enterprise2.0 and Collaborative Intranet Portals
Enterprise2.0 and Collaborative Intranet PortalsEnterprise2.0 and Collaborative Intranet Portals
Enterprise2.0 and Collaborative Intranet PortalsJoseph A. Bayer
 
Pptsample dm km_mis
Pptsample dm km_misPptsample dm km_mis
Pptsample dm km_misLouie AU
 

Tendances (17)

Relational database concept and technology
Relational database concept and technologyRelational database concept and technology
Relational database concept and technology
 
jose rizal
jose rizaljose rizal
jose rizal
 
Database System Concepts
Database System ConceptsDatabase System Concepts
Database System Concepts
 
IS CH2 Database Management (p2)
IS CH2 Database Management (p2)IS CH2 Database Management (p2)
IS CH2 Database Management (p2)
 
Managing data resources
Managing data resourcesManaging data resources
Managing data resources
 
Storage 2.0 (Unstructured Data)
Storage 2.0 (Unstructured Data)Storage 2.0 (Unstructured Data)
Storage 2.0 (Unstructured Data)
 
Mis chapter 7 database systems
Mis chapter 7 database systemsMis chapter 7 database systems
Mis chapter 7 database systems
 
Dbms
DbmsDbms
Dbms
 
The Case for NSF
The Case for NSFThe Case for NSF
The Case for NSF
 
Deep Web: Databases on the Web
Deep Web: Databases on the WebDeep Web: Databases on the Web
Deep Web: Databases on the Web
 
Active directory & exchange 3 3-11
Active directory & exchange 3 3-11Active directory & exchange 3 3-11
Active directory & exchange 3 3-11
 
Ena ch01
Ena ch01Ena ch01
Ena ch01
 
Chapter01
Chapter01Chapter01
Chapter01
 
Ideas
IdeasIdeas
Ideas
 
Enterprise2.0 and Collaborative Intranet Portals
Enterprise2.0 and Collaborative Intranet PortalsEnterprise2.0 and Collaborative Intranet Portals
Enterprise2.0 and Collaborative Intranet Portals
 
Tg03
Tg03Tg03
Tg03
 
Pptsample dm km_mis
Pptsample dm km_misPptsample dm km_mis
Pptsample dm km_mis
 

Similaire à Chapter1.0 database management system

TID Chapter 10 Introduction To Database
TID Chapter 10 Introduction To DatabaseTID Chapter 10 Introduction To Database
TID Chapter 10 Introduction To DatabaseWanBK Leo
 
Chapter 10 database management
Chapter 10   database managementChapter 10   database management
Chapter 10 database managementhaider ali
 
IS CH2 Database Management (p1)
IS CH2 Database Management (p1)IS CH2 Database Management (p1)
IS CH2 Database Management (p1)Jan Wong
 
Ais Romney 2006 Slides 04 Relational Databases
Ais Romney 2006 Slides 04 Relational DatabasesAis Romney 2006 Slides 04 Relational Databases
Ais Romney 2006 Slides 04 Relational Databasessharing notes123
 
Ais Romney 2006 Slides 04 Relational Databases
Ais Romney 2006 Slides 04 Relational DatabasesAis Romney 2006 Slides 04 Relational Databases
Ais Romney 2006 Slides 04 Relational DatabasesSharing Slides Training
 
Ais Romney 2006 Slides 04 Relational Databases
Ais Romney 2006 Slides 04 Relational DatabasesAis Romney 2006 Slides 04 Relational Databases
Ais Romney 2006 Slides 04 Relational DatabasesSharing Slides Training
 
data base management system (DBMS)
data base management system (DBMS)data base management system (DBMS)
data base management system (DBMS)Varish Bajaj
 
Data base management
Data base management Data base management
Data base management MiXvideos
 
Behind The Scenes Databases And Information Systems 6
Behind The Scenes  Databases And Information Systems 6Behind The Scenes  Databases And Information Systems 6
Behind The Scenes Databases And Information Systems 6guest4a9cdb
 
data and information
data and informationdata and information
data and informationuzmajamal
 
Introduction to Database (Lecture 1).ppt
Introduction to Database (Lecture 1).pptIntroduction to Database (Lecture 1).ppt
Introduction to Database (Lecture 1).pptRuelDogma1
 
Ch-1-Introduction-to-Database.pdf
Ch-1-Introduction-to-Database.pdfCh-1-Introduction-to-Database.pdf
Ch-1-Introduction-to-Database.pdfMrjJoker1
 
Relational database management systems
Relational database management systemsRelational database management systems
Relational database management systemsDatasoft Consulting
 
DATABASE MANAGEMENT
DATABASE MANAGEMENTDATABASE MANAGEMENT
DATABASE MANAGEMENTMiXvideos
 

Similaire à Chapter1.0 database management system (20)

Database
DatabaseDatabase
Database
 
TID Chapter 10 Introduction To Database
TID Chapter 10 Introduction To DatabaseTID Chapter 10 Introduction To Database
TID Chapter 10 Introduction To Database
 
Chapter 1
Chapter 1Chapter 1
Chapter 1
 
Chapter 10 database management
Chapter 10   database managementChapter 10   database management
Chapter 10 database management
 
IS CH2 Database Management (p1)
IS CH2 Database Management (p1)IS CH2 Database Management (p1)
IS CH2 Database Management (p1)
 
Ais Romney 2006 Slides 04 Relational Databases
Ais Romney 2006 Slides 04 Relational DatabasesAis Romney 2006 Slides 04 Relational Databases
Ais Romney 2006 Slides 04 Relational Databases
 
Ais Romney 2006 Slides 04 Relational Databases
Ais Romney 2006 Slides 04 Relational DatabasesAis Romney 2006 Slides 04 Relational Databases
Ais Romney 2006 Slides 04 Relational Databases
 
Ais Romney 2006 Slides 04 Relational Databases
Ais Romney 2006 Slides 04 Relational DatabasesAis Romney 2006 Slides 04 Relational Databases
Ais Romney 2006 Slides 04 Relational Databases
 
Database
DatabaseDatabase
Database
 
data base management system (DBMS)
data base management system (DBMS)data base management system (DBMS)
data base management system (DBMS)
 
Data base management
Data base management Data base management
Data base management
 
Behind The Scenes Databases And Information Systems 6
Behind The Scenes  Databases And Information Systems 6Behind The Scenes  Databases And Information Systems 6
Behind The Scenes Databases And Information Systems 6
 
Lecture 04 data resource management
Lecture 04 data resource managementLecture 04 data resource management
Lecture 04 data resource management
 
data and information
data and informationdata and information
data and information
 
Introduction to Database (Lecture 1).ppt
Introduction to Database (Lecture 1).pptIntroduction to Database (Lecture 1).ppt
Introduction to Database (Lecture 1).ppt
 
Ch-1-Introduction-to-Database.pdf
Ch-1-Introduction-to-Database.pdfCh-1-Introduction-to-Database.pdf
Ch-1-Introduction-to-Database.pdf
 
Lecture 3 note.pptx
Lecture 3 note.pptxLecture 3 note.pptx
Lecture 3 note.pptx
 
Relational database management systems
Relational database management systemsRelational database management systems
Relational database management systems
 
DATABASE MANAGEMENT
DATABASE MANAGEMENTDATABASE MANAGEMENT
DATABASE MANAGEMENT
 
Database Systems Concepts, 5th Ed
Database Systems Concepts, 5th EdDatabase Systems Concepts, 5th Ed
Database Systems Concepts, 5th Ed
 

Plus de bluejayjunior

Com ed 2 prelim exam
Com ed 2 prelim examCom ed 2 prelim exam
Com ed 2 prelim exambluejayjunior
 
Intr to-html-xhtml-1233508169541646-3
Intr to-html-xhtml-1233508169541646-3Intr to-html-xhtml-1233508169541646-3
Intr to-html-xhtml-1233508169541646-3bluejayjunior
 
Com ed 4 prelim exam
Com ed 4 prelim examCom ed 4 prelim exam
Com ed 4 prelim exambluejayjunior
 
01 Database Management (re-uploaded)
01 Database Management (re-uploaded)01 Database Management (re-uploaded)
01 Database Management (re-uploaded)bluejayjunior
 
03 using the internet (re-uploaded)
03 using the internet (re-uploaded)03 using the internet (re-uploaded)
03 using the internet (re-uploaded)bluejayjunior
 
03 using the internet b (re-upload)
03 using the internet b (re-upload)03 using the internet b (re-upload)
03 using the internet b (re-upload)bluejayjunior
 
02 internet history and growth (re-upload)
02 internet history and growth (re-upload)02 internet history and growth (re-upload)
02 internet history and growth (re-upload)bluejayjunior
 
01 intro to internet (re-upload)
01 intro to internet (re-upload)01 intro to internet (re-upload)
01 intro to internet (re-upload)bluejayjunior
 
Chapter 02 Computer Languages (re-upload)
Chapter 02 Computer Languages (re-upload)Chapter 02 Computer Languages (re-upload)
Chapter 02 Computer Languages (re-upload)bluejayjunior
 
Chapter 01 Planning Computer Program (re-upload)
Chapter 01 Planning Computer Program (re-upload)Chapter 01 Planning Computer Program (re-upload)
Chapter 01 Planning Computer Program (re-upload)bluejayjunior
 
C++ control structure
C++ control structureC++ control structure
C++ control structurebluejayjunior
 
Joji ilagan career center foundation6final
Joji ilagan career center foundation6finalJoji ilagan career center foundation6final
Joji ilagan career center foundation6finalbluejayjunior
 
reference for finals
reference for finalsreference for finals
reference for finalsbluejayjunior
 
Joji ilagan career center foundation8mid
Joji ilagan career center foundation8midJoji ilagan career center foundation8mid
Joji ilagan career center foundation8midbluejayjunior
 
Joji ilagan career center foundation8pre2
Joji ilagan career center foundation8pre2Joji ilagan career center foundation8pre2
Joji ilagan career center foundation8pre2bluejayjunior
 

Plus de bluejayjunior (20)

Com ed 2 prelim exam
Com ed 2 prelim examCom ed 2 prelim exam
Com ed 2 prelim exam
 
Introhtml 2
Introhtml 2Introhtml 2
Introhtml 2
 
Intr to-html-xhtml-1233508169541646-3
Intr to-html-xhtml-1233508169541646-3Intr to-html-xhtml-1233508169541646-3
Intr to-html-xhtml-1233508169541646-3
 
Com ed 4 prelim exam
Com ed 4 prelim examCom ed 4 prelim exam
Com ed 4 prelim exam
 
01 Database Management (re-uploaded)
01 Database Management (re-uploaded)01 Database Management (re-uploaded)
01 Database Management (re-uploaded)
 
03 using the internet (re-uploaded)
03 using the internet (re-uploaded)03 using the internet (re-uploaded)
03 using the internet (re-uploaded)
 
03 using the internet b (re-upload)
03 using the internet b (re-upload)03 using the internet b (re-upload)
03 using the internet b (re-upload)
 
02 internet history and growth (re-upload)
02 internet history and growth (re-upload)02 internet history and growth (re-upload)
02 internet history and growth (re-upload)
 
01 intro to internet (re-upload)
01 intro to internet (re-upload)01 intro to internet (re-upload)
01 intro to internet (re-upload)
 
Chapter 02 Computer Languages (re-upload)
Chapter 02 Computer Languages (re-upload)Chapter 02 Computer Languages (re-upload)
Chapter 02 Computer Languages (re-upload)
 
Chapter 01 Planning Computer Program (re-upload)
Chapter 01 Planning Computer Program (re-upload)Chapter 01 Planning Computer Program (re-upload)
Chapter 01 Planning Computer Program (re-upload)
 
C++ control structure
C++ control structureC++ control structure
C++ control structure
 
Joji ilagan career center foundation6final
Joji ilagan career center foundation6finalJoji ilagan career center foundation6final
Joji ilagan career center foundation6final
 
internet security 2
internet security 2internet security 2
internet security 2
 
reference for finals
reference for finalsreference for finals
reference for finals
 
Internet Secutiry
Internet SecutiryInternet Secutiry
Internet Secutiry
 
Com Ed 8 Finals
Com Ed 8 FinalsCom Ed 8 Finals
Com Ed 8 Finals
 
Joji ilagan career center foundation8mid
Joji ilagan career center foundation8midJoji ilagan career center foundation8mid
Joji ilagan career center foundation8mid
 
00 Com Ed 6 Midterm
00 Com Ed 6 Midterm00 Com Ed 6 Midterm
00 Com Ed 6 Midterm
 
Joji ilagan career center foundation8pre2
Joji ilagan career center foundation8pre2Joji ilagan career center foundation8pre2
Joji ilagan career center foundation8pre2
 

Dernier

PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfSanaAli374401
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.MateoGardella
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Shubhangi Sonawane
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...KokoStevan
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterMateoGardella
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 

Dernier (20)

PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 

Chapter1.0 database management system

  • 2. Chapter 10 Objectives Discuss the functions common to most DBMSs Identify the qualities of valuable information Explain why data is important to an organization Discuss the terms character, field, record, and file Identify file maintenance techniques Differentiate between a file processing system approach and the database approach Describe characteristics of relational, object-oriented, and multidimensional databases Explain how to interact with Web databases Discuss the responsibilities of database analysts and administrators Next Define the term, database
  • 3. Add, change, and delete data Create database Sort and retrieve data Create forms and reports Data and Information What is a database? p. 514 - 515 Next Database software allows you to Collection of data organized so you can access, retrieve, and use it Database software also called database management system (DBMS)
  • 4. Data and Information How are data and information related? p. 514 - 515 Fig. 10-1 Next  Data is a collection of unprocessed items  Information is data that is organized and meaningful  Computers process data into information
  • 5. Data and Information What is data integrity? p. 516 Next  Degree to which data is correct  Garbage in, garbage out (GIGO)—computer phrase that means you cannot create correct information from incorrect data Garbage out Garbage in Data integrity is lost Click to view Web Link, click Chapter 10, Click Web Link from left navigation, then click Data Security below Chapter 10
  • 6. Data and Information What are the qualities of valuable information? p. 516 - 517 Next Accurate Verifiable Timely Organized Accessible Useful Cost-effective
  • 7. The Hierarchy of Data What is a hierarchy? p. 517 Fig. 10-2 Next  Database contains files, file contains records, record contains fields, field contains characters
  • 8. The Hierarchy of Data What is a field? p. 518 Fig. 10-3 Next  Combination of one or more characters  Smallest unit of data user accesses  Field name uniquely identifies each field  Field size defines the maximum number of characters a field can contain  Data type specifies kind of data field contains
  • 9. Yes/No (also called Boolean)—only the values Yes or No (or True or False) Hyperlink Web address that links to document or Web page Object (also called BLOB for binary large object)—photograph, audio, video, or document created in other application such as word processing or spreadsheet The Hierarchy of Data What are common data types? p. 518 Next Currency dollar and cent amounts or numbers containing decimal values Date month, day, year, and sometimes time Memo lengthy text entries Text (also called alphanumeric)—letters, numbers, or special characters Numeric numbers only AutoNumber unique number automatically assigned to each new record
  • 10. The Hierarchy of Data What is a record? p. 519 Next Group of related fields Key field, or primary key, uniquely identifies each record
  • 11. The Hierarchy of Data What is a data file? p. 518 Next  Collection of related records stored on disk
  • 12. Maintaining Data What is file maintenance? p. 520 Next Changing recordsAdding records Deleting records  Procedures that keep data current
  • 13. Maintaining Data Why do you add records? p. 520 Fig. 10-5 Next  Add new record when you obtain new data
  • 14. Maintaining Data Why do you change records? p. 521 Fig. 10-6 Next  Correct inaccurate data  Update old data
  • 15. Maintaining Data Why do you delete records? p. 522 Fig. 10-7 Next  When record no longer is needed  Some programs remove record immediately, others flag record
  • 16. Maintaining Data What is validation? p. 522 - 523 Fig. 10-8 Next  Process of comparing data with a set of rules to find out if data is correct  Reduce data entry errors and enhance data integrity before program writes data on disk
  • 17. Consistency Check tests for logical relationship between two or more fields Maintaining Data p. 523 Next What are the types of validity checks? Range Check determines whether number is within specified range Completeness Check verifies that a required field contains data Check Digit number(s) or character(s) appended to or inserted into a primary key value to confirm accuracy of primary key value Alphabetic/ Numeric Check ensures correct type of data entered
  • 18. Isolated data—data stored in separate files so it is difficult to access File Processing Versus Databases What is a file processing system? p. 524 Next Data redundancy— same fields stored in multiple files Each department or area within organization has own set of files May have weaknesses Records in one file may not relate to records in any other file
  • 19. File Processing Versus Databases What is the database approach? p. 524 - 525 Fig. 10-9 Next  Many programs and users can share data in database  Secures data so only authorized users can access certain data
  • 20. File Processing Versus Databases What are the strengths of the database approach? p. 525 Next Reduced data redundancy Improved data integrity Shared data Easier access Reduced development time
  • 21. File Processing Versus Databases How do a database application and a file processing application differ in the way they store data? p. 525 Fig. 10-10 Next
  • 22. Database Management Systems What are popular database management systems (DBMSs)? p. 526 Fig. 10-11 Next Click to view Web Link, click Chapter 10, Click Web Link from left navigation, then click Teradata below Chapter 10
  • 23. Database Management Systems What is a data dictionary? p. 527 Fig. 10-12 Next  Contains data about each file in database and each field within those files
  • 24. Database Management Systems What is a query? p. 528 - 529 Fig. 10-13 Next  Request for specific data from a database  Query language consists of simple, English-like statements that allow users to specify data to display, print, or store Click to view Web Link, click Chapter 10, Click Web Link from left navigation, then click Query below Chapter 10
  • 25. Database Management Systems What is a query by example (QBE)? p. 528 - 529 Fig. 10-14 Next  Program retrieves records that match criteria entered in form fields  Has a graphical user interface that assists users with retrieving data
  • 26. Database Management Systems What is a form? p. 530 Fig. 10-15 Next  Window on screen that provides areas for entering or changing data in database  Used to retrieve and maintain data in a database  Form that sends data across network or Internet is called e-form, short for electronic form
  • 27. Database Management Systems What is a report generator? p. 530 Fig. 10-16 Next  Allows user to design a report on screen, retrieve data into report design, then display or print reports  Also called report writer
  • 28. Database Management Systems What is data security? p. 530 - 531 Next Read-only privileges - user can view data, but cannot change it DBMS provides means to ensure only authorized users can access data Access privileges define activities that specific user or group of users can perform Full-update privileges - user can view and change data
  • 29. Database Management Systems What are backup and log? p. 531 Fig. 10-17 Next  Backup is a copy of the entire database  Log is a listing of activities that change database contents  DBMS places three items in log: before image, actual change, and after image
  • 30. Database Management Systems Video: How A Photo Sharing Site Keeps its Data Next CLICK TO START
  • 31. Database Management Systems What is a recovery utility? p. 531 - 532 Next Uses logs and/or backups to restore database when it is damaged or destroyed Rollforward—DBMS uses log to re-enter changes made to data- base since last save or backup Also called forward recovery Rollback—DBMS uses log to undo any changes made to database during a certain period of time Also called backward recoveryClick to view Web Link, click Chapter 10, Click Web Link from left navigation, then click Continuous Backup below Chapter 10
  • 32. Relational, Object-Oriented, and Multidimensional Databases What is a data model? p. 532 Fig. 10-18 Next  Rules and standards that define how database organizes data  Defines how users view organization of data  Four popular data models  Relational  Object-oriented  Object-relational  Multidimensional
  • 33. Relational, Object-Oriented, and Multidimensional Databases What is a relational database? p. 533 Fig. 10-19 Next  Stores data in tables that consist of rows and columns  Each row has primary key  Each column has unique name  Stores data relationships  Uses specialized terminology Click to view Web Link, click Chapter 10, Click Web Link from left navigation, then click Relational Databases below Chapter 10
  • 34. Relational, Object-Oriented, and Multidimensional Databases What is a relationship? p. 533 Fig. 10-20 Next  Connection within data
  • 35. Relational, Object-Oriented, and Multidimensional Databases What is Structured Query Language (SQL)? p. 534 Fig. 10-21 Next  Allows you to manage, update, and retrieve data  Has special keywords and rules included in SQL statements Click to view Web Link, click Chapter 10, Click Web Link from left navigation, then click SQL below Chapter 10
  • 36. Relational, Object-Oriented, and Multidimensional Databases What is an object-oriented database (OODB)? p. 534 - 535 Next Advantages Often uses object query language (OQL) Stores data in objects Object is item that contains data, as well as actions that read or process data  Can store more types of data  Can access data faster  Programmers can reuse objects Click to view Web Link, click Chapter 10, Click Web Link from left navigation, then click Object-Oriented Databases below Chapter 10
  • 37. Relational, Object-Oriented, and Multidimensional Databases What are examples of applications appropriate for an object-oriented database? p. 534 Next Multimedia databases Store images, audio clips, and/or video clips Groupware databases Store documents such as schedules, calendars, manuals, memos, and reports Computer-aided design (CAD) databases Store data about engineering, architectural, and scientific designs Hypertext databases Contain text links to other documents Web databases Link to e-form on Web page
  • 38. What is a multidimensional database? Relational, Object-Oriented, and Multidimensional Databases p. 535 Next Stores data in dimensions Multiple dimensions, also called hypercube, allow users to analyze any view of data Can consolidate data much faster than relational database Click to view Web Link, click Chapter 10, Click Web Link from left navigation, then click Multidimensional Databases below Chapter 10
  • 39. Relational, Object-Oriented, and Multidimensional Databases What is a data warehouse? p. 536 Next Data mart is smaller version of data warehouse Uses multidimensional databases Often uses a process called data mining to find patterns and relationships among data Huge database system that stores and manages data required to analyze historical and current transactions Quick and efficient way to access large amounts of data Click to view Web Link, click Chapter 10, Click Web Link from left navigation, then click Data Warehouses below Chapter 10
  • 40. Web Databases What is a Web database? p. 536 - 537 Fig. 10-23 Next  Database you access through the Web by filling in a form on a Web page  Usually resides on a database server, a computer that stores and provides access to a database
  • 41. 3. Design the records and fields for each table 2. Design the tables 1. Determine the purpose of the database 4. Determine the relationships among the tables or files  Design tables on paper first  Each table should contain data about one subject Database Administration What are guidelines for developing a database? p. 537 Fig. 10-24 Next  Be sure every record has a unique primary key  Use separate fields for logically distinct items  Do not create fields for information that can be derived from entries in other fields  Allow enough space for each field  Set default values for frequently entered data Click to view Web Link, click Chapter 10, Click Web Link from left navigation, then click Database Design Guidelines below Chapter 10
  • 42. Database Administration What is the role of the database analyst and administrator? p. 538 Next Database analyst (DA) Database administrator (DBA) Focuses on meaning and usage of data  Decides proper placement of fields, defines relationships, and identifies users’ access privileges  Creates and maintains data dictionary, manages database security, monitors database performance, and checks backup and recovery procedures Click to view Web Link, click Chapter 10, Click Web Link from left navigation, then click Database Administrators below Chapter 10
  • 43. Summary of Database Management Chapter 10 Complete 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 Role of the database analysts and administrators