SlideShare une entreprise Scribd logo
1  sur  43
Télécharger pour lire hors ligne
Discovering
    Computers 2011
    Living in a Digital World
Objectives Overview
Objectives Overview


    Define the term, 
                                          Define the term, data
                                          Define the term, data 
 database, and explain 
 d b          d    l i                                                                         Discuss the terms 
                                                                                               Di         h
                                         integrity, and describe 
    how a database                                                                           character, field, record, 
                                        the qualities of valuable 
interacts with data and                                                                             and file
                                               information
      information


                               Describe file                     Differentiate between a 
                               maintenance                            file processing 
                                    q
                             techniques and                           pp
                                                                    approach and the 
                          validation techniques                    database approach



See Page 513                        Discovering Computers 2011: Living in a Digital World                            2
for Detailed Objectives                                Chapter 10
Objectives Overview
Objectives Overview

                                                            Describe characteristics 
               Discuss the functions 
                                                             of relational, object‐
                 common to most 
                 common to most
                                                                 oriented, and 
                                                                   i    d d
              database management 
                                                              multidimensional 
                     systems
                                                                   databases


                                                           Identify database design 
                                                            guidelines and discuss 
                Explain how to access 
                  p
                                                             the responsibilities of 
                                                             the responsibilities of
                   Web databases
                                                            database analysts and 
                                                                administrators
See Page 513                 Discovering Computers 2011: Living in a Digital World      3
for Detailed Objectives                         Chapter 10
Databases, Data, and Information
Databases, Data, and Information

           Database                       Data                                   Information

• Collection of             • Collection of                                    • Processed data
  data organized              unprocessed                                        • Documents
  in a manner 
  i                           items
                              i                                                  • Audio
  that allows                 • Text                                             • Images
  access, 
  access                      • Numbers
                                     b
  retrieval, and                                                                 • Video
                              • Images
  use of that 
  data                        • Audio
                              • Video

Page 514              Discovering Computers 2011: Living in a Digital World                       4
                                         Chapter 10
Databases, Data, and Information
Databases, Data, and Information




Pages 514 – 515    Discovering Computers 2011: Living in a Digital World    5
Figure 10‐1                           Chapter 10
Databases, Data, and Information
Databases, Data, and Information

• Database software, often called a database
  management system (DBMS), allows users to:
       g        y     (       )

           Create a computerized 
           Create a computerized                     Add, modify, and 
                                                     Add modify and
                 database                              delete data




                                                   Create forms and 
           Sort and retrieve data
                                                 reports from the data

Page 515              Discovering Computers 2011: Living in a Digital World    6
                                         Chapter 10
Databases, Data, and Information
Databases, Data, and Information

• Data integrity identifies the quality of the data
• Garbage in, garbage out (GIGO) points out the
  Garbage in, garbage out (GIGO) points out the 
  accuracy of a computer’s output depends on the 
  accuracy of the input
  accuracy of the input




           Click to view Web Link,
           click Chapter 10, Click Web
           Link from left navigation
                          navigation,
           then click Data Integrity
           below Chapter 10
Page 516                                 Discovering Computers 2011: Living in a Digital World    7
                                                            Chapter 10
Databases, Data, and Information
Databases, Data, and Information

• Valuable information should have the following 
  characteristics:


        Accurate          Verifiable                           Timely                  Organized


                                                                                 Cost‐
                  Accessible                  Useful
                                                                               effective



Pages 516 ‐ 517            Discovering Computers 2011: Living in a Digital World                   8
                                              Chapter 10
The Hierarchy of Data
The Hierarchy of Data

• Data is organized in layers
       – Files, records, fields, characters
              ,        ,       ,




Page 517                Discovering Computers 2011: Living in a Digital World    9
Figure 10‐2                                Chapter 10
The Hierarchy of Data
The Hierarchy of Data

    • A character is one byte
              – Numbers, letters, space, 
                punctuation marks, or 
                other symbols
    • A field is a combination 
        fi ld         b
      of one or more related 
      characters
       h
              – Field name
              – Field size
              – Data type

Page 518                      Discovering Computers 2011: Living in a Digital World    10
Figure 10‐3                                      Chapter 10
The Hierarchy of Data
The Hierarchy of Data

• Common data types include:

           Text   Numeric                       AutoNumber                 Currency



           Date    Memo                               Yes/No
                                                         /                 Hyperlink
                                                                            yp



                   Object                        Attachment


Page 518          Discovering Computers 2011: Living in a Digital World                11
                                     Chapter 10
The Hierarchy of Data
The Hierarchy of Data

• A record is a group of related fields
       – A primary key uniquely identifies each record
           p     y y      q y
• A data file is a collection of related records




Page 519              Discovering Computers 2011: Living in a Digital World    12
Figure 10‐4                              Chapter 10
Maintaining Data
Maintaining Data

• File maintenance refers to the procedures that 
      p
  keep data current

            Adding 
            Adding                                 Modifying 
                                                   Modifying
            records                                 records


                             Deleting 
                             D l i
                             records
Page 520        Discovering Computers 2011: Living in a Digital World    13
                                   Chapter 10
Maintaining Data
Maintaining Data

• Users add new records to a file when they obtain 
  new data




Page 520        Discovering Computers 2011: Living in a Digital World    14
Figure 10‐5                        Chapter 10
Maintaining Data
Maintaining Data

• Users modify a record to correct inaccurate data 
      p
  or update old data




Page 521        Discovering Computers 2011: Living in a Digital World    15
Figure 10‐6                        Chapter 10
Maintaining Data
Maintaining Data

• When a record no longer is needed, a user deletes 
  it from a file




Page 522        Discovering Computers 2011: Living in a Digital World    16
Figure 10‐7                        Chapter 10
Maintaining Data
Maintaining Data

• Validation compares data with a set of rules or 
  values to find out if the data is correct
                       Alphabetic/Numeric 
                                                              Range check                         Consistency check
                             check




                       Completeness check                      Check digit                          Other checks



           Click to view Web Link,
           click Chapter 10, Click Web
                          navigation,
           Link from left navigation
           then click Data Validation
           below Chapter 10
Pages 522 ‐ 524                          Discovering Computers 2011: Living in a Digital World                        17
                                                            Chapter 10
File Processing Versus Databases
File Processing Versus Databases

       File processing system                                     Database approach

• Each department has its                              • Programs and users share 
  own set of files                                       data
• Used for many years                                  • Reduce data redundancy
• Have data redundancy                                 • Improve data integrity
•I l
  Isolate data
          d                                            • Sh
                                                         Share data
                                                               d
                                                       • Allows easier access
                                                       •R d
                                                         Reduces development time
                                                                 d l          t ti
                                                       • Can be more vulnerable

Pages 524 ‐ 526        Discovering Computers 2011: Living in a Digital World          18
                                          Chapter 10
File Processing Versus Databases
File Processing Versus Databases




Page 525       Discovering Computers 2011: Living in a Digital World    19
Figure 10‐10                      Chapter 10
Database Management Systems
Database Management Systems




           Click to view Web Link,
           click Chapter 10, Click Web
           Link from left navigation
                          navigation,
           then click MySQL
           below Chapter 10
Page 527                                 Discovering Computers 2011: Living in a Digital World    20
Figure 10‐11                                                Chapter 10
Database Management Systems
Database Management Systems

• A data dictionary contains data about each file in 
  the database and each field in those files




Pages 527 – 528    Discovering Computers 2011: Living in a Digital World    21
Figure 10‐12                          Chapter 10
Database Management Systems
Database Management Systems

• A DBMS provides several tools that allow users 
      p g
  and programs to retrieve and maintain data in the 
  database Query language

              Query by example


              Form


              Report generator


Page 528        Discovering Computers 2011: Living in a Digital World    22
                                   Chapter 10
Database Management Systems
Database Management Systems

• A query language consists of simple, English‐like 
                                  p y
  statements that allow users to specify the data to 
  display, print, or store
• Query by example (QBE) provides a GUI to assist
  Query by example (QBE) provides a GUI to assist 
  users with retrieving data




Page 528         Discovering Computers 2011: Living in a Digital World    23
                                    Chapter 10
Database Management Systems
Database Management Systems




Page 529       Discovering Computers 2011: Living in a Digital World    24
Figure 10‐13                      Chapter 10
Database Management Systems
Database Management Systems

• A form is a window on the screen that provides 
                   g         y g
  areas for entering or modifying data in a database




           Click to view Web Link,
           click Chapter 10, Click Web
           Link from left navigation
                          navigation,
           then click E-Form
           below Chapter 10
Page 530                                 Discovering Computers 2011: Living in a Digital World    25
Figure 10‐15                                                Chapter 10
Database Management Systems
Database Management Systems

• A report generator allows users to design a report 
                                          p
  on the screen, retrieve data into the report 
  design, and then display or print the report




Page 531        Discovering Computers 2011: Living in a Digital World    26
Figure 10‐16                       Chapter 10
Database Management Systems
Database Management Systems


   A DBMS provides means to
   A DBMS provides means to 
   ensure that only authorized users 
   ensure that only authorized users
   access data at permitted times
  • Access privileges
  • Principle of least privilege
Page 531        Discovering Computers 2011: Living in a Digital World    27
                                   Chapter 10
Database Management Systems
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

                  Backup                                      Log


                  Recovery 
                  R                               Continuous 
                                                  C ti
                    utility                         backup
Pages 531 ‐ 532      Discovering Computers 2011: Living in a Digital World    28
                                        Chapter 10
Database Management Systems
Database Management Systems




Page 532       Discovering Computers 2011: Living in a Digital World    29
Figure 10‐17                      Chapter 10
Relational, Object‐Oriented, and 
Multidimensional Databases
   l idi     i   l     b
• A data model consists of rules and standards that 
                             g
  define how the database organizes data




Page 533        Discovering Computers 2011: Living in a Digital World    30
Figure 10‐18                       Chapter 10
Relational, Object‐Oriented, and 
Multidimensional Databases
   l idi     i   l     b
    • 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 
          l      h        l k
      within the data

Page 533                  Discovering Computers 2011: Living in a Digital World    31
Figure 10‐20                                 Chapter 10
Relational, Object‐Oriented, and 
Multidimensional Databases
   l idi     i   l     b
• Structured Query Language (SQL) is a query 
     g g                            g p
  language that allows users to manage, update, 
  and retrieve data




           Click to view Web Link,
           click Chapter 10, Click Web
           Link from left navigation
                          navigation,
           then click SQL
           below Chapter 10
Page 534                                 Discovering Computers 2011: Living in a Digital World    32
Figure 10‐21                                                Chapter 10
Relational, Object‐Oriented, and 
Multidimensional Databases
   l idi     i   l     b
• An object‐oriented database (OODB) stores data 
       j
  in objects
• Examples of applications appropriate for an 
  object‐oriented database include:
  object oriented database include:
             Multimedia                       Groupware 
              database                         database


              Computer‐
                                               Hypertext 
             aided design 
                                               database
               database
Page 534        Discovering Computers 2011: Living in a Digital World    33
                                   Chapter 10
Relational, Object‐Oriented, and 
Multidimensional Databases
   l idi     i   l     b




Page 535       Discovering Computers 2011: Living in a Digital World    34
Figure 10‐22                      Chapter 10
Relational, Object‐Oriented, and 
Multidimensional Databases
   l idi     i   l     b
• 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


           Click to view Web Link,
           click Chapter 10, Click Web
           Link from left navigation
                          navigation,
           then click Data Warehouses
           below Chapter 10
Pages 535 ‐ 536                          Discovering Computers 2011: Living in a Digital World    35
                                                            Chapter 10
Web Databases
Web Databases

• Databases on the Web allow you to:

            Shop for 
           products or            Buy or sell stocks                                Search for a job
             services



           Make airline               Register for                                  Check semester 
           reservations              college classes                                    grades



Page 536                   Discovering Computers 2011: Living in a Digital World                       36
                                              Chapter 10
Web Databases
Web Databases




Page 536       Discovering Computers 2011: Living in a Digital World    37
Figure 10‐23                      Chapter 10
Video: How a Photo Sharing Site 
Keeps Its Data




                             CLICK TO START
                             CLICK TO START

              Discovering Computers 2011: Living in a Digital World    38
                                 Chapter 10
Database Administration
Database Administration

• It is important to have a carefully designed 
  database




           Click to view Web Link,
           click Chapter 10, Click Web
           Link from left navigation
                          navigation,
           then click Database Design
           Guidelines below Chapter 10
Page 537                                 Discovering Computers 2011: Living in a Digital World    39
Figure 10‐24                                                Chapter 10
Database Administration
Database Administration

 Database analysts and administrators are responsible 
 for managing and coordinating all database activities
                                                                       Database Administrator (DBA)
           Database Analyst (DA)
                                                                       Creates and maintains the data 
                                                                       C t        d   i t i th d t
      Decides on proper field 
                                                                        dictionary, manages security, 
      placement, defines data 
                                                                         monitors performance, and 
                                                                                   p           ,
 relationship and identifies sers’
 relationship, and identifies users’ 
                                                                        checks backup and recovery 
          access privileges
                                                                                 procedures

           Click to view Web Link,
           click Chapter 10, Click Web
                          navigation,
           Link from left navigation
           then click Database
           Administrators below
           Chapter 10
Page 538                                 Discovering Computers 2011: Living in a Digital World        40
                                                            Chapter 10
Database Administration
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




Page 538                   Discovering Computers 2011: Living in a Digital World    41
Figure 10‐25                                  Chapter 10
Summary


   How data and 
                              Methods for
                              Methods for                                         Assessing the
                                                                                  Assessing the 
  information are 
                             maintaining high‐                                  quality of valuable 
 valuable assets to 
                               q     y
                               quality data                                        information
  an organization
           i ti


   Advantages of                                                                   Roles of the 
                               Various types of 
 organizing data in                                                             database analysts 
                                  databases
    a database
      d b                                                                       and administrators
                                                                                  d d i i


Page 539               Discovering Computers 2011: Living in a Digital World                      42
                                          Chapter 10
Discovering
    Computers 2011
    Living in a Digital World


    Chapter 10 Complete

Contenu connexe

Tendances

Chapter 8 Digital Storage
Chapter 8 Digital StorageChapter 8 Digital Storage
Chapter 8 Digital Storagextin101
 
Chapter 2 the internet and world wide web
Chapter 2   the internet and world wide webChapter 2   the internet and world wide web
Chapter 2 the internet and world wide webhaider ali
 
عرض بوربوينت لدرس التجارة الالكترونية
عرض بوربوينت لدرس التجارة الالكترونيةعرض بوربوينت لدرس التجارة الالكترونية
عرض بوربوينت لدرس التجارة الالكترونيةmansoralenezi
 
Introduction hci
Introduction hciIntroduction hci
Introduction hcisawsan slii
 
2.5 Netiquette
2.5 Netiquette2.5 Netiquette
2.5 Netiquettehazirma
 
Client-server technology in web design
Client-server technology in web designClient-server technology in web design
Client-server technology in web designAnil Pokhrel
 
Mobile Information Architecture
Mobile Information ArchitectureMobile Information Architecture
Mobile Information ArchitectureChristian Crumlish
 
User Interface Design - Module 1 Introduction
User Interface Design - Module 1 IntroductionUser Interface Design - Module 1 Introduction
User Interface Design - Module 1 IntroductionbrindaN
 
1. web technology basics
1. web technology basics1. web technology basics
1. web technology basicsJyoti Yadav
 
Chapter 2 The Internet And World Wide Web
Chapter 2 The Internet And World Wide WebChapter 2 The Internet And World Wide Web
Chapter 2 The Internet And World Wide Webnorzaini
 
مخاطر الإنترنت على أبنائنا
مخاطر الإنترنت على أبنائنامخاطر الإنترنت على أبنائنا
مخاطر الإنترنت على أبنائناSaif Albadi
 
Chapter 05 Digital Safety and Security
Chapter 05 Digital Safety and SecurityChapter 05 Digital Safety and Security
Chapter 05 Digital Safety and Securityxtin101
 
the internet and world wide web
 the internet and world wide web the internet and world wide web
the internet and world wide webPros Gayo
 

Tendances (20)

Chapter 8 Digital Storage
Chapter 8 Digital StorageChapter 8 Digital Storage
Chapter 8 Digital Storage
 
Chapter 2 the internet and world wide web
Chapter 2   the internet and world wide webChapter 2   the internet and world wide web
Chapter 2 the internet and world wide web
 
Dc16 ch02
Dc16 ch02Dc16 ch02
Dc16 ch02
 
عرض بوربوينت لدرس التجارة الالكترونية
عرض بوربوينت لدرس التجارة الالكترونيةعرض بوربوينت لدرس التجارة الالكترونية
عرض بوربوينت لدرس التجارة الالكترونية
 
Introduction hci
Introduction hciIntroduction hci
Introduction hci
 
Internet
InternetInternet
Internet
 
Prototype in HCI
Prototype in HCIPrototype in HCI
Prototype in HCI
 
2.5 Netiquette
2.5 Netiquette2.5 Netiquette
2.5 Netiquette
 
Password management
Password managementPassword management
Password management
 
Client-server technology in web design
Client-server technology in web designClient-server technology in web design
Client-server technology in web design
 
EVOLUTION OF INTERNET
EVOLUTION OF INTERNETEVOLUTION OF INTERNET
EVOLUTION OF INTERNET
 
Mobile Information Architecture
Mobile Information ArchitectureMobile Information Architecture
Mobile Information Architecture
 
User Interface Design - Module 1 Introduction
User Interface Design - Module 1 IntroductionUser Interface Design - Module 1 Introduction
User Interface Design - Module 1 Introduction
 
Gopher Protocol
Gopher ProtocolGopher Protocol
Gopher Protocol
 
InterneT
InterneTInterneT
InterneT
 
1. web technology basics
1. web technology basics1. web technology basics
1. web technology basics
 
Chapter 2 The Internet And World Wide Web
Chapter 2 The Internet And World Wide WebChapter 2 The Internet And World Wide Web
Chapter 2 The Internet And World Wide Web
 
مخاطر الإنترنت على أبنائنا
مخاطر الإنترنت على أبنائنامخاطر الإنترنت على أبنائنا
مخاطر الإنترنت على أبنائنا
 
Chapter 05 Digital Safety and Security
Chapter 05 Digital Safety and SecurityChapter 05 Digital Safety and Security
Chapter 05 Digital Safety and Security
 
the internet and world wide web
 the internet and world wide web the internet and world wide web
the internet and world wide web
 

En vedette

Database management system
Database management systemDatabase management system
Database management systemRizwanHafeez
 
Data base management system
Data base management systemData base management system
Data base management systemNavneet Jingar
 
Programming Languages and Program Develompent
Programming Languages and Program DevelompentProgramming Languages and Program Develompent
Programming Languages and Program DevelompentSamudin Kassan
 
Communications and Networks
Communications and NetworksCommunications and Networks
Communications and NetworksSamudin Kassan
 
Operating Systems and Utility Programs
Operating Systems and Utility ProgramsOperating Systems and Utility Programs
Operating Systems and Utility ProgramsSamudin Kassan
 
Computer Security and Safety, Ethics & Privacy
Computer Security and Safety, Ethics & PrivacyComputer Security and Safety, Ethics & Privacy
Computer Security and Safety, Ethics & PrivacySamudin Kassan
 
Internet and World Wide Web
Internet and World Wide WebInternet and World Wide Web
Internet and World Wide WebSamudin Kassan
 
Database management system presentation
Database management system presentationDatabase management system presentation
Database management system presentationsameerraaj
 
Introduction to Computers
Introduction to ComputersIntroduction to Computers
Introduction to ComputersSamudin Kassan
 
The Components of The System Unit
The Components of The System UnitThe Components of The System Unit
The Components of The System UnitSamudin Kassan
 
Information System Development
Information System DevelopmentInformation System Development
Information System DevelopmentSamudin Kassan
 
6 - Foundations of BI: Database & Info Mgmt
6 - Foundations of BI: Database & Info Mgmt6 - Foundations of BI: Database & Info Mgmt
6 - Foundations of BI: Database & Info MgmtHemant Nagwekar
 
Database management system
Database management systemDatabase management system
Database management systemFaizan Shabbir
 
TSL061, Computer Literacy - Chapter 01
TSL061, Computer Literacy - Chapter 01TSL061, Computer Literacy - Chapter 01
TSL061, Computer Literacy - Chapter 01Aien Lee
 

En vedette (20)

Database management system
Database management systemDatabase management system
Database management system
 
Data base management system
Data base management systemData base management system
Data base management system
 
Storage
StorageStorage
Storage
 
Output
OutputOutput
Output
 
Applicaton Software
Applicaton SoftwareApplicaton Software
Applicaton Software
 
Programming Languages and Program Develompent
Programming Languages and Program DevelompentProgramming Languages and Program Develompent
Programming Languages and Program Develompent
 
Communications and Networks
Communications and NetworksCommunications and Networks
Communications and Networks
 
Input
InputInput
Input
 
Operating Systems and Utility Programs
Operating Systems and Utility ProgramsOperating Systems and Utility Programs
Operating Systems and Utility Programs
 
Computer Security and Safety, Ethics & Privacy
Computer Security and Safety, Ethics & PrivacyComputer Security and Safety, Ethics & Privacy
Computer Security and Safety, Ethics & Privacy
 
Internet and World Wide Web
Internet and World Wide WebInternet and World Wide Web
Internet and World Wide Web
 
Data Base Management System
Data Base Management SystemData Base Management System
Data Base Management System
 
Database management system presentation
Database management system presentationDatabase management system presentation
Database management system presentation
 
Introduction to Computers
Introduction to ComputersIntroduction to Computers
Introduction to Computers
 
Enterprise Computing
Enterprise ComputingEnterprise Computing
Enterprise Computing
 
The Components of The System Unit
The Components of The System UnitThe Components of The System Unit
The Components of The System Unit
 
Information System Development
Information System DevelopmentInformation System Development
Information System Development
 
6 - Foundations of BI: Database & Info Mgmt
6 - Foundations of BI: Database & Info Mgmt6 - Foundations of BI: Database & Info Mgmt
6 - Foundations of BI: Database & Info Mgmt
 
Database management system
Database management systemDatabase management system
Database management system
 
TSL061, Computer Literacy - Chapter 01
TSL061, Computer Literacy - Chapter 01TSL061, Computer Literacy - Chapter 01
TSL061, Computer Literacy - Chapter 01
 

Similaire à Database Management

CSC1100 - Chapter08 - Database Management
CSC1100 - Chapter08 - Database ManagementCSC1100 - Chapter08 - Database Management
CSC1100 - Chapter08 - Database ManagementYhal Htet Aung
 
Preservation Planning: Choosing a suitable digital preservation strategy
Preservation Planning: Choosing a suitable digital preservation strategyPreservation Planning: Choosing a suitable digital preservation strategy
Preservation Planning: Choosing a suitable digital preservation strategyGarethKnight
 
Linked data and the future of scientific publishing
Linked data and the future of scientific publishingLinked data and the future of scientific publishing
Linked data and the future of scientific publishingBradley Allen
 
Everything Self-Service:Linked Data Applications with the Information Workbench
Everything Self-Service:Linked Data Applications with the Information WorkbenchEverything Self-Service:Linked Data Applications with the Information Workbench
Everything Self-Service:Linked Data Applications with the Information WorkbenchPeter Haase
 
Enabling Flexible Governance for All Data Sources
Enabling Flexible Governance for All Data SourcesEnabling Flexible Governance for All Data Sources
Enabling Flexible Governance for All Data SourcesInside Analysis
 
Data mining - GDi Techno Solutions
Data mining - GDi Techno SolutionsData mining - GDi Techno Solutions
Data mining - GDi Techno SolutionsGDi Techno Solutions
 
Linked_Open_Data_Rome_Netcamp_13
Linked_Open_Data_Rome_Netcamp_13Linked_Open_Data_Rome_Netcamp_13
Linked_Open_Data_Rome_Netcamp_13Michele Piunti
 
Xml finland-2011-sami-poikonen-ea nokia
Xml finland-2011-sami-poikonen-ea nokiaXml finland-2011-sami-poikonen-ea nokia
Xml finland-2011-sami-poikonen-ea nokiaSami Poikonen
 
Big Data 視覺化分析解決方案
Big Data 視覺化分析解決方案Big Data 視覺化分析解決方案
Big Data 視覺化分析解決方案Etu Solution
 
The Information Workbench as a Self-Service Platform for Linked Data Applicat...
The Information Workbench as a Self-Service Platform for Linked Data Applicat...The Information Workbench as a Self-Service Platform for Linked Data Applicat...
The Information Workbench as a Self-Service Platform for Linked Data Applicat...Peter Haase
 
Agile Data Rationalization for Operational Intelligence
Agile Data Rationalization for Operational IntelligenceAgile Data Rationalization for Operational Intelligence
Agile Data Rationalization for Operational IntelligenceInside Analysis
 
Linked Data as a Service
Linked Data as a ServiceLinked Data as a Service
Linked Data as a ServicePeter Haase
 
Kuali update v4 - mw
Kuali update   v4 - mwKuali update   v4 - mw
Kuali update v4 - mwsarnoa
 
Information Management and Analytics
Information Management and Analytics Information Management and Analytics
Information Management and Analytics AKAGroup
 
02. Data Warehouse and OLAP
02. Data Warehouse and OLAP02. Data Warehouse and OLAP
02. Data Warehouse and OLAPAchmad Solichin
 

Similaire à Database Management (20)

CSC1100 - Chapter08 - Database Management
CSC1100 - Chapter08 - Database ManagementCSC1100 - Chapter08 - Database Management
CSC1100 - Chapter08 - Database Management
 
Preservation Planning: Choosing a suitable digital preservation strategy
Preservation Planning: Choosing a suitable digital preservation strategyPreservation Planning: Choosing a suitable digital preservation strategy
Preservation Planning: Choosing a suitable digital preservation strategy
 
Databases
DatabasesDatabases
Databases
 
Linked data and the future of scientific publishing
Linked data and the future of scientific publishingLinked data and the future of scientific publishing
Linked data and the future of scientific publishing
 
Everything Self-Service:Linked Data Applications with the Information Workbench
Everything Self-Service:Linked Data Applications with the Information WorkbenchEverything Self-Service:Linked Data Applications with the Information Workbench
Everything Self-Service:Linked Data Applications with the Information Workbench
 
Enabling Flexible Governance for All Data Sources
Enabling Flexible Governance for All Data SourcesEnabling Flexible Governance for All Data Sources
Enabling Flexible Governance for All Data Sources
 
Data mining - GDi Techno Solutions
Data mining - GDi Techno SolutionsData mining - GDi Techno Solutions
Data mining - GDi Techno Solutions
 
Linked_Open_Data_Rome_Netcamp_13
Linked_Open_Data_Rome_Netcamp_13Linked_Open_Data_Rome_Netcamp_13
Linked_Open_Data_Rome_Netcamp_13
 
Xml finland-2011-sami-poikonen-ea nokia
Xml finland-2011-sami-poikonen-ea nokiaXml finland-2011-sami-poikonen-ea nokia
Xml finland-2011-sami-poikonen-ea nokia
 
Big Data 視覺化分析解決方案
Big Data 視覺化分析解決方案Big Data 視覺化分析解決方案
Big Data 視覺化分析解決方案
 
The Information Workbench as a Self-Service Platform for Linked Data Applicat...
The Information Workbench as a Self-Service Platform for Linked Data Applicat...The Information Workbench as a Self-Service Platform for Linked Data Applicat...
The Information Workbench as a Self-Service Platform for Linked Data Applicat...
 
DBMS
DBMSDBMS
DBMS
 
Agile Data Rationalization for Operational Intelligence
Agile Data Rationalization for Operational IntelligenceAgile Data Rationalization for Operational Intelligence
Agile Data Rationalization for Operational Intelligence
 
Defense Powepoint
Defense PowepointDefense Powepoint
Defense Powepoint
 
Prospectus presentation
Prospectus presentation Prospectus presentation
Prospectus presentation
 
Linked Data as a Service
Linked Data as a ServiceLinked Data as a Service
Linked Data as a Service
 
Kuali update v4 - mw
Kuali update   v4 - mwKuali update   v4 - mw
Kuali update v4 - mw
 
Information Management and Analytics
Information Management and Analytics Information Management and Analytics
Information Management and Analytics
 
NISO Forum, Denver, Sept. 24, 2012: Scientific discovery and innovation in an...
NISO Forum, Denver, Sept. 24, 2012: Scientific discovery and innovation in an...NISO Forum, Denver, Sept. 24, 2012: Scientific discovery and innovation in an...
NISO Forum, Denver, Sept. 24, 2012: Scientific discovery and innovation in an...
 
02. Data Warehouse and OLAP
02. Data Warehouse and OLAP02. Data Warehouse and OLAP
02. Data Warehouse and OLAP
 

Dernier

Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.MateoGardella
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
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
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterMateoGardella
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
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
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
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
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfChris Hunter
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
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
 

Dernier (20)

Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
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
 
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"
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.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
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
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"
 
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
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
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
 

Database Management

  • 1. Discovering Computers 2011 Living in a Digital World
  • 2. Objectives Overview Objectives Overview Define the term,  Define the term, data Define the term, data  database, and explain  d b d l i Discuss the terms  Di h integrity, and describe  how a database  character, field, record,  the qualities of valuable  interacts with data and  and file information information Describe file  Differentiate between a  maintenance  file processing  q techniques and  pp approach and the  validation techniques database approach See Page 513  Discovering Computers 2011: Living in a Digital World  2 for Detailed Objectives Chapter 10
  • 3. Objectives Overview Objectives Overview Describe characteristics  Discuss the functions  of relational, object‐ common to most  common to most oriented, and  i d d database management  multidimensional  systems databases Identify database design  guidelines and discuss  Explain how to access  p the responsibilities of  the responsibilities of Web databases database analysts and  administrators See Page 513  Discovering Computers 2011: Living in a Digital World  3 for Detailed Objectives Chapter 10
  • 4. Databases, Data, and Information Databases, Data, and Information Database Data Information • Collection of  • Collection of  • Processed data data organized  unprocessed  • Documents in a manner  i items i • Audio that allows  • Text • Images access,  access • Numbers b retrieval, and  • Video • Images use of that  data • Audio • Video Page 514 Discovering Computers 2011: Living in a Digital World  4 Chapter 10
  • 5. Databases, Data, and Information Databases, Data, and Information Pages 514 – 515  Discovering Computers 2011: Living in a Digital World  5 Figure 10‐1 Chapter 10
  • 6. Databases, Data, and Information Databases, Data, and Information • Database software, often called a database management system (DBMS), allows users to: g y ( ) Create a computerized  Create a computerized Add, modify, and  Add modify and database delete data Create forms and  Sort and retrieve data reports from the data Page 515 Discovering Computers 2011: Living in a Digital World  6 Chapter 10
  • 7. Databases, Data, and Information Databases, Data, and Information • Data integrity identifies the quality of the data • Garbage in, garbage out (GIGO) points out the Garbage in, garbage out (GIGO) points out the  accuracy of a computer’s output depends on the  accuracy of the input accuracy of the input Click to view Web Link, click Chapter 10, Click Web Link from left navigation navigation, then click Data Integrity below Chapter 10 Page 516 Discovering Computers 2011: Living in a Digital World  7 Chapter 10
  • 8. Databases, Data, and Information Databases, Data, and Information • Valuable information should have the following  characteristics: Accurate Verifiable Timely Organized Cost‐ Accessible Useful effective Pages 516 ‐ 517 Discovering Computers 2011: Living in a Digital World  8 Chapter 10
  • 9. The Hierarchy of Data The Hierarchy of Data • Data is organized in layers – Files, records, fields, characters , , , Page 517  Discovering Computers 2011: Living in a Digital World  9 Figure 10‐2 Chapter 10
  • 10. The Hierarchy of Data The Hierarchy of Data • A character is one byte – Numbers, letters, space,  punctuation marks, or  other symbols • A field is a combination  fi ld b of one or more related  characters h – Field name – Field size – Data type Page 518  Discovering Computers 2011: Living in a Digital World  10 Figure 10‐3 Chapter 10
  • 11. The Hierarchy of Data The Hierarchy of Data • Common data types include: Text Numeric AutoNumber Currency Date Memo Yes/No / Hyperlink yp Object Attachment Page 518 Discovering Computers 2011: Living in a Digital World  11 Chapter 10
  • 12. The Hierarchy of Data The Hierarchy of Data • A record is a group of related fields – A primary key uniquely identifies each record p y y q y • A data file is a collection of related records Page 519 Discovering Computers 2011: Living in a Digital World  12 Figure 10‐4 Chapter 10
  • 13. Maintaining Data Maintaining Data • File maintenance refers to the procedures that  p keep data current Adding  Adding Modifying  Modifying records records Deleting  D l i records Page 520 Discovering Computers 2011: Living in a Digital World  13 Chapter 10
  • 14. Maintaining Data Maintaining Data • Users add new records to a file when they obtain  new data Page 520  Discovering Computers 2011: Living in a Digital World  14 Figure 10‐5 Chapter 10
  • 15. Maintaining Data Maintaining Data • Users modify a record to correct inaccurate data  p or update old data Page 521  Discovering Computers 2011: Living in a Digital World  15 Figure 10‐6 Chapter 10
  • 16. Maintaining Data Maintaining Data • When a record no longer is needed, a user deletes  it from a file Page 522  Discovering Computers 2011: Living in a Digital World  16 Figure 10‐7 Chapter 10
  • 17. Maintaining Data Maintaining Data • Validation compares data with a set of rules or  values to find out if the data is correct Alphabetic/Numeric  Range check Consistency check check Completeness check Check digit Other checks Click to view Web Link, click Chapter 10, Click Web navigation, Link from left navigation then click Data Validation below Chapter 10 Pages 522 ‐ 524 Discovering Computers 2011: Living in a Digital World  17 Chapter 10
  • 18. File Processing Versus Databases File Processing Versus Databases File processing system Database approach • Each department has its  • Programs and users share  own set of files data • Used for many years • Reduce data redundancy • Have data redundancy • Improve data integrity •I l Isolate data d • Sh Share data d • Allows easier access •R d Reduces development time d l t ti • Can be more vulnerable Pages 524 ‐ 526 Discovering Computers 2011: Living in a Digital World  18 Chapter 10
  • 19. File Processing Versus Databases File Processing Versus Databases Page 525  Discovering Computers 2011: Living in a Digital World  19 Figure 10‐10 Chapter 10
  • 20. Database Management Systems Database Management Systems Click to view Web Link, click Chapter 10, Click Web Link from left navigation navigation, then click MySQL below Chapter 10 Page 527  Discovering Computers 2011: Living in a Digital World  20 Figure 10‐11 Chapter 10
  • 21. Database Management Systems Database Management Systems • A data dictionary contains data about each file in  the database and each field in those files Pages 527 – 528  Discovering Computers 2011: Living in a Digital World  21 Figure 10‐12 Chapter 10
  • 22. Database Management Systems Database Management Systems • A DBMS provides several tools that allow users  p g and programs to retrieve and maintain data in the  database Query language Query by example Form Report generator Page 528 Discovering Computers 2011: Living in a Digital World  22 Chapter 10
  • 23. Database Management Systems Database Management Systems • A query language consists of simple, English‐like  p y statements that allow users to specify the data to  display, print, or store • Query by example (QBE) provides a GUI to assist Query by example (QBE) provides a GUI to assist  users with retrieving data Page 528 Discovering Computers 2011: Living in a Digital World  23 Chapter 10
  • 24. Database Management Systems Database Management Systems Page 529  Discovering Computers 2011: Living in a Digital World  24 Figure 10‐13 Chapter 10
  • 25. Database Management Systems Database Management Systems • A form is a window on the screen that provides  g y g areas for entering or modifying data in a database Click to view Web Link, click Chapter 10, Click Web Link from left navigation navigation, then click E-Form below Chapter 10 Page 530  Discovering Computers 2011: Living in a Digital World  25 Figure 10‐15 Chapter 10
  • 26. Database Management Systems Database Management Systems • A report generator allows users to design a report  p on the screen, retrieve data into the report  design, and then display or print the report Page 531  Discovering Computers 2011: Living in a Digital World  26 Figure 10‐16 Chapter 10
  • 27. Database Management Systems Database Management Systems A DBMS provides means to A DBMS provides means to  ensure that only authorized users  ensure that only authorized users access data at permitted times • Access privileges • Principle of least privilege Page 531 Discovering Computers 2011: Living in a Digital World  27 Chapter 10
  • 28. Database Management Systems 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 Backup Log Recovery  R Continuous  C ti utility backup Pages 531 ‐ 532 Discovering Computers 2011: Living in a Digital World  28 Chapter 10
  • 29. Database Management Systems Database Management Systems Page 532  Discovering Computers 2011: Living in a Digital World  29 Figure 10‐17 Chapter 10
  • 30. Relational, Object‐Oriented, and  Multidimensional Databases l idi i l b • A data model consists of rules and standards that  g define how the database organizes data Page 533  Discovering Computers 2011: Living in a Digital World  30 Figure 10‐18 Chapter 10
  • 31. Relational, Object‐Oriented, and  Multidimensional Databases l idi i l b • 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  l h l k within the data Page 533  Discovering Computers 2011: Living in a Digital World  31 Figure 10‐20 Chapter 10
  • 32. Relational, Object‐Oriented, and  Multidimensional Databases l idi i l b • Structured Query Language (SQL) is a query  g g g p language that allows users to manage, update,  and retrieve data Click to view Web Link, click Chapter 10, Click Web Link from left navigation navigation, then click SQL below Chapter 10 Page 534  Discovering Computers 2011: Living in a Digital World  32 Figure 10‐21 Chapter 10
  • 33. Relational, Object‐Oriented, and  Multidimensional Databases l idi i l b • An object‐oriented database (OODB) stores data  j in objects • Examples of applications appropriate for an  object‐oriented database include: object oriented database include: Multimedia  Groupware  database database Computer‐ Hypertext  aided design  database database Page 534 Discovering Computers 2011: Living in a Digital World  33 Chapter 10
  • 34. Relational, Object‐Oriented, and  Multidimensional Databases l idi i l b Page 535  Discovering Computers 2011: Living in a Digital World  34 Figure 10‐22 Chapter 10
  • 35. Relational, Object‐Oriented, and  Multidimensional Databases l idi i l b • 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 Click to view Web Link, click Chapter 10, Click Web Link from left navigation navigation, then click Data Warehouses below Chapter 10 Pages 535 ‐ 536 Discovering Computers 2011: Living in a Digital World  35 Chapter 10
  • 36. Web Databases Web Databases • Databases on the Web allow you to: Shop for  products or  Buy or sell stocks Search for a job services Make airline  Register for  Check semester  reservations college classes grades Page 536 Discovering Computers 2011: Living in a Digital World  36 Chapter 10
  • 37. Web Databases Web Databases Page 536  Discovering Computers 2011: Living in a Digital World  37 Figure 10‐23 Chapter 10
  • 38. Video: How a Photo Sharing Site  Keeps Its Data CLICK TO START CLICK TO START Discovering Computers 2011: Living in a Digital World  38 Chapter 10
  • 39. Database Administration Database Administration • It is important to have a carefully designed  database Click to view Web Link, click Chapter 10, Click Web Link from left navigation navigation, then click Database Design Guidelines below Chapter 10 Page 537  Discovering Computers 2011: Living in a Digital World  39 Figure 10‐24 Chapter 10
  • 40. Database Administration Database Administration Database analysts and administrators are responsible  for managing and coordinating all database activities Database Administrator (DBA) Database Analyst (DA) Creates and maintains the data  C t d i t i th d t Decides on proper field  dictionary, manages security,  placement, defines data  monitors performance, and  p , relationship and identifies sers’ relationship, and identifies users’  checks backup and recovery  access privileges procedures Click to view Web Link, click Chapter 10, Click Web navigation, Link from left navigation then click Database Administrators below Chapter 10 Page 538 Discovering Computers 2011: Living in a Digital World  40 Chapter 10
  • 41. Database Administration 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 Page 538  Discovering Computers 2011: Living in a Digital World  41 Figure 10‐25 Chapter 10
  • 42. Summary How data and  Methods for Methods for  Assessing the Assessing the  information are  maintaining high‐ quality of valuable  valuable assets to  q y quality data information an organization i ti Advantages of  Roles of the  Various types of  organizing data in  database analysts  databases a database d b and administrators d d i i Page 539 Discovering Computers 2011: Living in a Digital World  42 Chapter 10
  • 43. Discovering Computers 2011 Living in a Digital World Chapter 10 Complete