0 / 28 10 Database Management. 1 / 28 10 Identify file maintenance techniques Discuss the terms character, field, record, and table Describe characteristics.

Slides:



Advertisements
Similar presentations
Database Management.
Advertisements

Chapter 10 Database Management
C6 Databases.
Lecture-7/ T. Nouf Almujally
Management Information Systems, Sixth Edition
Objectives Overview Define the term, database, and explain how a database interacts with data and information Define the term, data integrity, and describe.
Computer Concepts 5th Edition Parsons/Oja Page 492 CHAPTER 10 File And Database Concepts Section A PARSONS/OJA Databases.
Maintenance Modifying the data –Add records –Delete records –Update records Modifying the design –Add fields into tables –Remove fields from a table –Change.
Chapter 3 Database Management
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 10 Managing a Database.
Database Management: Getting Data Together Chapter 14.
3-1 Chapter 3 Data and Knowledge Management
McGraw-Hill/Irwin Copyright © 2008, The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin Copyright © 2008 The McGraw-Hill Companies, Inc.
Living in a Digital World Discovering Computers 2010.
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.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 7 Information System Data Management.
Professor Michael J. Losacco CIS 1150 – Introduction to Computer Information Systems Databases Chapter 11.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
Database Management.
Chapter 9 Database Management
Chapter 10 Database Management. Chapter 10 Objectives Discuss the functions common to most DBMSs Identify the qualities of valuable information Explain.
Software Development Unit 2 Databases What is a database? A collection of data organised in a manner that allows access, retrieval and use of that data.
What Are File Maintenance Techniques and Validation Techniques?
Discovering Computers 2009 Chapter 10 Database Management.
Copyright © 2003 by Prentice Hall Module 4 Database Management Systems 1.What is a database? Data hierarchy and data organization Field, record, file,
Your Interactive Guide to the Digital World Discovering Computers 2012.
Discovering Computers Fundamentals, 2012 Edition Your Interactive Guide to the Digital World.
Copyright © 2003 by Prentice Hall Computers: Tools for an Information Age Chapter 13 Database Management Systems: Getting Data Together.
Chapter 10 Database Management. How it Works What is a Database?  Where do you find Databases?  What is a Database Manager?  Name some Databases:
Objectives Overview Define the term, database, and explain how a database interacts with data and information Define the term, data integrity, and describe.
Chapter 13 Databases and Information Management
Chapter 6: Foundations of Business Intelligence - Databases and Information Management Dr. Andrew P. Ciganek, Ph.D.
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
Database Management.
1 CSC 101 Introduction to Computing Lecture 26 Dr. Iftikhar Azim Niaz 1.
Discovering Computers Fundamentals Fifth Edition Chapter 9 Database Management.
Chapter 10 Database Management. Chapter 10 Objectives Discuss the functions common to most DBMSs Identify the qualities of valuable information Explain.
Professor Michael J. Losacco CIS 1110 – Using Computers Database Management Chapter 9.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS CHAPTER 3
Objectives Overview Define the term, database, and explain how a database interacts with data and information Describe the qualities of valuable information.
Chapter 9 Database Management. Chapter 9 Objectives Discuss the functions common to most DBMSs Identify the qualities of valuable information Discuss.
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
Chapter 13 Databases and Information Management. Explain why data and information are important to an organization Identify file maintenance techniques.
Discovering Computers 2008 Chapter 10 Database Management.
Introduction to Computers Lesson 10B. home Database A collection of related data or facts.
C6 Databases. 2 Traditional file environment Data Redundancy and Inconsistency: –Data redundancy: The presence of duplicate data in multiple data files.
1 Database Concepts 2 Definition of a Database An organized Collection Of related records.
Technology In Action Chapter 11 1 Databases and… Databases and their uses Database components Types of databases Database management systems Relational.
MC-Quiz: Chapter 10 - Database Management Discovering Computers 2010.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
Database Management Systems.  Database management system (DBMS)  Store large collections of data  Organize the data  Becomes a data storage system.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
1 Technology in Action Chapter 11 Behind the Scenes: Databases and Information Systems Copyright © 2010 Pearson Education, Inc. Publishing as Prentice.
Chapter 10 Database Management. Data and Information How are data and information related? p Fig Next processing data stored on disk Step.
Chapter 10 Database Management. Chapter 10 Objectives Discuss the functions common to most DBMSs Identify the qualities of valuable information Explain.
1 Chapter 9 Database Management. Objectives Overview Define the term, database, and explain how a database interacts with data and information Describe.
Chapter 11 Information and Data Management Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
Introduction to Database Changes and new experience make life delightful. Unanimous.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. DATABASE.
Chapter 10 Database Management. Chapter 10 Objectives Discuss the functions common to most DBMSs Identify the qualities of valuable information Explain.
1 Management Information Systems M Agung Ali Fikri, SE. MM.
Management Information Systems by Prof. Park Kyung-Hye Chapter 7 (8th Week) Databases and Data Warehouses 07.
Database Management System
Chapter Ten Managing a Database.
Database Management Systems
Chapter 13 Databases and Information Management
The ultimate in data organization
Presentation transcript:

0 / Database Management

1 / Identify file maintenance techniques Discuss the terms character, field, record, and table Describe characteristics of relational and object-oriented databases Explain how to use a query language Understand how Web databases work Discuss the functions most common to DBMSs Identify the qualities of valuable information Understand the concept of a data warehouse

2 / Database  AKA Database Management System (DBMS)  Collection of Data  Organized for Quick Access, Retrieval, & Use  Databases Allow You to  Create Database  Add, Change, & Delete Data  Sort & Query Database  Print Reports

3 / Data Integrity  Degree to Which Data is Correct  When Database Contains Errors, it Loses Integrity  GIGO (Garbage In, Garbage Out)  Cannot Create Correct Information From Incorrect Data

4 / Qualities of Valuable Information  Accurate  Verifiable  Timely  Organized  Accessible  Useful  Cost-effective

5 / Data Hierarchy  Database Contains Files  File Contains Records  Record Contains Fields  Field Contains Characters

6 / Field  Combination of One or More Characters  Smallest Unit of Data User Accesses

7 / Field Characteristics  Field Name Uniquely Identifies Each Field  Data Type  Text  Numeric  Autonumber  Currency  Date  Memo  Hyperlink  Object  Field Size

8 / Record  Group of Related Fields  Key Field  AKA Primary Key  Uniquely Identifies Each Record

9 / Table / File  Collection of Related Records Stored on Disk  Each Record in File Contains Same Fields  Each Field Contains Different Data  Database Composed of Group of Related Tables / Files

10 / Popular DBMS PC, midrange server, mainframeIBM CorporationDB2 PC, midrange server, mainframeIBM CorporationInformix ServerMicrosoft CorporationSQL Server PC, midrange server, PDASybase Inc.Sybase PC, midrange server, mainframe, PDAOracle CorporationOracle PC, midrange server, mainframeComputer Associates International, Inc. Ingres PC, server, PDAMicrosoft CorporationAccess Computer TypeManufacturerDatabase

11 / File Maintenance  Procedure That Keeps Data Current  Add Records  When You Obtain New Data  Change Records  Correct Inaccurate Data  Update Existing Data  Delete Records  Record No Longer Needed

12 / Validation  Process of Comparing Data with a Set of Rules  Find Out if Data is Correct  Reduce Data Entry Errors  Enhance Data Integrity

13 / Validation  Types  Alpha / Numeric  Correct Data Type Entered  Range  Number is in Specified Range  Completeness  Required Field Contains Data  Consistency  Check Digit

14 / Data Dictionary  Contains Data About Each File in Database  Contains Data About Each Field in Those Files

15 / Form  On Screen Window  Provides Areas for Entering / Changing Data in a Single Record

16 / Report Generator  Generates Report Without User’s Knowledge of Programming

17 / Report Types  Detailed  Summary  Consolidates Data  Exception  Identifies Data Outside of Norm  Conditions Define Status Range

18 / Query  Request Specific Data from Database  SQL (Structured Query Language)  Allow Users to Specify Data to Display, Print, or Store  QBE (Query By Example)  Retrieves Records that Match Criteria Entered in Form Fields QBECriteria Result

19 / File Processing System  Each Department Has Own Set of Files  Records in One File May Not Relate to Records in Other Files  Weakness  Redundancy  Same Fields Stored in Multiple Files  Isolated  Difficult to Access

20 / Database System  Many Programs & Users Can Share Data  Secures Data  Only Authorized Users Can Access Certain Data  Can View Data But Not Update or Change It

21 / Storage Differences

22 / Database System Strengths  Reduced Redundancy  Improved Integrity  Shared Data  Easier Access  Reduced Development Time

23 / Data Model  How Database Organizes Data  Defines How Users View Data  Types  Relational  Object-oriented  Multidimensional

24 / Relational Database  Stores Data in Tables  Consist of Rows & Columns  Each Row has Primary Key  Related Tables Must Have a Common Field table column relationships row

25 / Object-oriented Database (OODB)  Stores Data in Objects  Can Contain Both Data & Activities That Read / Process Data  Advantages  Can Store More Types of Data  Can Access Data Faster  Example  Multimedia Database  Store Images, Audio, and/or Video

26 / Multidimensional Database  Stores Data in Dimensions  Multiple Dimensions Allow Users to Analyze Any View of Data  AKA Hypercube  Advantages  Consolidates Data Much Faster than Relational Database

27 / Multidimensional Database  Data Warehouse  From Multiple Databases  Comprehensive Data  Required to Analyze Data Across Enterprise  Examples  Data Mining  Process of Finding Patterns & Relationships Among Data  Click Stream  Collection of Every Action Users Makes in Web Site

28 / Database Development Guidelines