Database Management: Getting Data Together Chapter 14.

Slides:



Advertisements
Similar presentations
C6 Databases.
Advertisements

Database Management3-1 L3 Database Management Santa R. Susarapu Ph.D. Student Virginia Commonwealth University.
Welcome to CMPE003 Personal Computer Concepts: Hardware and Software Winter 2003 UC Santa Cruz Instructor: Guy Cox.
Management Information Systems, Sixth Edition
Welcome to CMPE003 Personal Computers: Hardware and Software Dr. Chane Fullmer Fall 2002 UC Santa Cruz.
Objectives Overview Define the term, database, and explain how a database interacts with data and information Define the term, data integrity, and describe.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS MBNA
Chapter 3 Database Management
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 10 Managing a Database.
Chapter 3 Databases and Data Warehouses: Building Business Intelligence McGraw-Hill/Irwin Copyright © 2010 by the McGraw-Hill Companies, Inc. All rights.
Organizing Data & Information
Living in a Digital World Discovering Computers 2010.
L The Difference Between Logical and Physical Views of Information l Databases and Database Management Systems l How You Can Develop Database Applications.
Mgt 20600: IT Management & Applications Databases
Discovering Computers Fundamentals, 2011 Edition Living in a Digital World.
Chapter 4: Database Management. Databases Before the Use of Computers Data kept in books, ledgers, card files, folders, and file cabinets Long response.
BUSINESS DRIVEN TECHNOLOGY
Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 7 Information System Data Management.
Mgt 20600: IT Management & Applications Databases Tuesday April 4, 2006.
Chapter 9 Database Management
XP Information Information is everywhere in an organization Employees must be able to obtain and analyze the many different levels, formats, and granularities.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS MBNA ebay
5.1 © 2007 by Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
Copyright © 2003 by Prentice Hall Module 4 Database Management Systems 1.What is a database? Data hierarchy and data organization Field, record, file,
Discovering Computers Fundamentals, 2012 Edition Your Interactive Guide to the Digital World.
6-1 DATABASE FUNDAMENTALS Information is everywhere in an organization Information is stored in databases –Database – maintains information about various.
Copyright © 2003 by Prentice Hall Computers: Tools for an Information Age Chapter 13 Database Management Systems: Getting Data Together.
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
Objectives Overview Define the term, database, and explain how a database interacts with data and information Define the term, data integrity, and describe.
The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril Chapter 3 Content Management.
Fundamentals of Information Systems, Fifth Edition
1 California State University, Fullerton Chapter 7 Information System Data Management.
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 3 Databases and Data Warehouses: Supporting the Analytics-Driven.
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
Chapter 3 and Module C DATABASES AND DATA WAREHOUSES Building Business Intelligence.
Discovering Computers Fundamentals Fifth Edition Chapter 9 Database Management.
Professor Michael J. Losacco CIS 1110 – Using Computers Database Management Chapter 9.
Objectives Overview Define the term, database, and explain how a database interacts with data and information Describe the qualities of valuable information.
Lead Black Slide Powered by DeSiaMore1. 2 Chapter 7 Information System Data Management.
Storing Organizational Information - Databases
Chapter 13 Databases and Information Management. Explain why data and information are important to an organization Identify file maintenance techniques.
C6 Databases. 2 Traditional file environment Data Redundancy and Inconsistency: –Data redundancy: The presence of duplicate data in multiple data files.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
Lecture # 3 & 4 Chapter # 2 Database System Concepts and Architecture Muhammad Emran Database Systems 1.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 7 Storing Organizational Information - Databases.
CHAPTER 3 DATABASES AND DATA WAREHOUSES. 2 OPENING CASE STUDY Chrysler Spins a Competitive Advantage with Supply Chain Management Software Chapter 2 –
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
MANAGING DATA RESOURCES ~ pertemuan 7 ~ Oleh: Ir. Abdul Hayat, MTI.
Module 5 Part 2 Introduction To Database. Module Objectives At the end of the module, students should be able to: –Describe the process of creating a.
UNIVERSITI TENAGA NASIONAL “Generates Professionals” MODULE 5 : Part 2 INTRODUCTION TO DATABASE.
Data resource management
Chapter 3 Databases and Data Warehouses: Building Business Intelligence Copyright © 2010 by the McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin.
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
Database and Information Management Chapter 9 – Computers: Understanding Technology, 3 rd edition.
Chapter 10 Database Management. Data and Information How are data and information related? p Fig Next processing data stored on disk Step.
0 / Database Management. 1 / Identify file maintenance techniques Discuss the terms character, field, record, and table Describe characteristics.
1 Chapter 9 Database Management. Objectives Overview Define the term, database, and explain how a database interacts with data and information Describe.
© 2006 Pearson Education Canada Inc. 3-1 Chapter 3 Database Management PowerPoint Presentation Jack Van Deventer Ward M. Eagen.
© 2003 Prentice Hall, Inc.3-1 Chapter 3 Database Management Information Systems Today Leonard Jessup and Joseph Valacich.
Chapter 11 Information and Data Management Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
UNIVERSITI TENAGA NASIONAL “Generates Professionals” MODULE 5 : Part 1 INTRODUCTION TO DATABASE.
Presentation on Database management Submitted To: Prof: Rutvi Sarang Submitted By: Dharmishtha A. Baria Roll:No:1(sem-3)
CSCI-235 Micro-Computers in Science Databases. Database Concepts Data is any unorganized text, graphics, sounds, or videos A database is a collection.
1 Management Information Systems M Agung Ali Fikri, SE. MM.
Computers: Tools for an Information Age
Computers: Tools for an Information Age
Chapter 9 Database and Information Management.
Chapter 3 Database Management
Presentation transcript:

Database Management: Getting Data Together Chapter 14

Objectives Describe the hierarchy of data Explain the differences between files and databases List the four database models Describe the concept of data integrity Describe the functions of a database management system Describe the process of creating a database in general terms Compare and contrast relational and object-oriented databases Explain what a data warehouse is an how it differs from a database

Contents Computer Databases Database Management Systems The DBMS Process Concurrency Control Security Backup and Recovery Looking at the Data

Computer Databases Track information Keep consistent standards Allow higher productivity as a result of better information

Hierarchy of Data Field –Smallest meaningful unit of data –Group of one or more characters that has a specific meaning Record –Set of fields containing all information known about one entity –Each record contains the same fields in the same sequence File –Collection of related records

Hierarchy of Data

File Processing File processing –Data redundancy Database models reduce redundancy –Saves storage space –Saves update effort Time Accuracy

Database Models Database Types –Relational –Object-oriented –Hierarchical –Network Each type structures, organizes and uses data differently

RDBMS Relational Database Management System Organizes data into related tables (files) Table consists of rows and columns Tables linked based upon a common field (key)

RDBMS Key Primary key –A field whose value uniquely identifies a record Foreign key –Primary key of another table –Used as link to other table –May have duplicate values

OODBMS Object-Oriented Database Management System Manipulates object-oriented databases Object – represents a real-world entity –Attributes / properties Data about the entity –Methods / Actions Operations that work the data

OODBMS Object-Oriented Database Management System Compared to RDBMS –More complex –Steeper learning curve –Skilled employees needed who earn high pay Combined Object/relational DBMS –Relational database that incorporates some complex data types

Data Integrity Degree to which data is accurate and reliable Integrity constraints – rules –Acceptable values for a field –Primary key values –Foreign keys Integrity constraints must be enforced when data is entered or data is unreliable

DBMS Database Management System Levels of software Sophisticated –Mainframe –Expensive – tens of thousands of dollars –Complex –Planned and managed by computer professionals Simple –PC –Inexpensive – few hundred dollars –User can set up and use the database

DBMS Database Management System Basic functions Create a database Enter data Modify the data as required Retrieve information from the database

DBMS Create a Database Data Dictionary / Catalog –Stored data about the tables and fields within the database Per table –Table name –Relationships Per field –Field name –Data type –Field size –Validation rules

DBMS Enter and Modify Data Operations –Adding new data –Modifying data –Deleting data Methods –User interacts directly with DBMS –Programs written by professional programmers access the data using special commands built into the DBMS

DBMS Data Retrieval Extracting the desired data from the database Primary forms –Queries –Reports

Query Ask a question about the data Present criteria that selects data from the database Results in smaller portion of the database Query Language –Prepare your query using English-like statements –Proprietary query language in DBMS

Query SQL Structured Query Language Entered directly by user Included in programs QBE Query-by-Example Graphical interface to specify your criteria

Report Formatted presentation of data from the database Normally printed Designed using a report generator

The DBMS Process Enter the data Review the data and edit until accurate Describe the data

The DBMS Process The Plan… The Report…

Concurrency Control Databases are used concurrently by many users Problem if several users attempt to update the same record at the same time Record locking –First user requests record –Others are locked out for update

Concurrency Control

Security Data is stored in a central location –Problem: unauthorized access is major concern –Benefit: easier to apply security measures Features –User ID and password –Privileges assigned to each user Read-only Update

Backup and Recovery Why? –Data can be accidentally damaged or destroyed –Hardware can fail –Forces of nature can cause physical damage –Software or human errors can corrupt data Backup – copy made periodically Recovery – replaces the damaged database with the good backup

Looking at the Data OLTP – Online Transaction Processing Supports day-to-day database activities Little support for data analysis

Looking at the Data Data Warehouses Databases designed to support ongoing operations Data is captured from the db –Summary form –Scheduled basis –Period of time May include data from external sources

Looking at the Data Data Warehouses Online Analytical Processing (OLAP) –Analyzes the data –Produces information for managers Data mining –Statistical and artificial intelligence techniques –Look for unrecognized Patterns Relationships Correlations Trends –Helps managers make strategic business decisions