Technology In Action Chapter 11 1 Databases and… Databases and their uses Database components Types of databases Database management systems Relational.

Slides:



Advertisements
Similar presentations
Database Management3-1 L3 Database Management Santa R. Susarapu Ph.D. Student Virginia Commonwealth University.
Advertisements

5.1 © 2007 by Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
By: Mr Hashem Alaidaros MIS 211 Lecture 4 Title: Data Base Management System.
Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Ninth Edition Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall.
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
Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 1.
Chapter 3 Database Management
Database Management An Introduction.
Database Management: Getting Data Together Chapter 14.
Chapter 4: Database Management. Databases Before the Use of Computers Data kept in books, ledgers, card files, folders, and file cabinets Long response.
Databases and Database Management Systems
© 2007 Prentice-Hall, Inc.1 Technology in Action.
Professor Michael J. Losacco CIS 1150 – Introduction to Computer Information Systems Databases Chapter 11.
Database Software Application
Transaction Processing Systems, & Management Information Systems.
Chapter 11 Behind the Scenes: Databases and Information Systems
Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Eleventh Edition Copyright © 2015 Pearson Education, Inc.
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.
Chapter 5 Lecture 2. Principles of Information Systems2 Objectives Understand Data definition language (DDL) and data dictionary Learn about popular DBMSs.
Copyright © 2003 by Prentice Hall Computers: Tools for an Information Age Chapter 13 Database Management Systems: Getting Data Together.
© 2009 Prentice-Hall, Inc.1. 2 Technology in Action Chapter 11 Behind the Scenes: Databases and Information Systems.
© 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.
MICROSOFT ACCESS 2007 BTA – Spring What is Access?  Microsoft Access is a database management system…this means that it contains database information.
Data-mining & Data As we used Excel that has capability to analyze data to find important information, the data-mining helps us to extract information.
Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Twelfth Edition.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 1 Databases and Information Systems.
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
Technology In Action Chapter 11 © 2006 Prentice-Hall, Inc.1 Technology In Action Chapter 11 Behind the Scenes: Databases and Information Systems Chapter.
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
Chapter 3 and Module C DATABASES AND DATA WAREHOUSES Building Business Intelligence.
Access 2013 Microsoft Access 2013 is a database application that is ideal for gathering and understanding data that’s been collected on just about anything.
Database Design Part of the design process is deciding how data will be stored in the system –Conventional files (sequential, indexed,..) –Databases (database.
Lecturer: Gareth Jones. How does a relational database organise data? What are the principles of a database management system? What are the principal.
Discovering Computers Fundamentals Fifth Edition Chapter 9 Database Management.
Professor Michael J. Losacco CIS 1110 – Using Computers Database Management Chapter 9.
1 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall.
Chapter 13 Databases and Information Management. Explain why data and information are important to an organization Identify file maintenance techniques.
Introduction to Computers Lesson 10B. home Database A collection of related data or facts.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 1 Databases and Information Systems.
1 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall.
MIS2502: Data Analytics The Information Architecture of an Organization.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
Database Systems Basic Data Management Concepts
Databases and Information Management Chapter 6. Outline Database Relational Database Database Management System (DBMS) Structured Query Language Data.
© 2009 Prentice-Hall, Inc.1. 2 Technology in Action Chapter 11 Behind the Scenes: Databases and Information Systems.
1 Technology in Action Chapter 11 Behind the Scenes: Databases and Information Systems Copyright © 2010 Pearson Education, Inc. Publishing as Prentice.
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
McGraw-Hill/Irwin ©2009 The McGraw-Hill Companies, All Rights Reserved CHAPTER 6 DATABASES AND DATA WAREHOUSES CHAPTER 6 DATABASES AND DATA WAREHOUSES.
Principles of Database Design, Conclusions MBAA 609 R. Nakatsu.
Digital Planet: Tomorrow’s Technology and You Chapter 7 Database Applications and Privacy Implications Copyright © 2012 Pearson Education, Inc. publishing.
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.
3/6: Data Management, pt. 2 Refresh your memory Relational Data Model
© 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.
Data Resource Management Agenda What types of data are stored by organizations? How are different types of data stored? What are the potential problems.
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.
11 Database The ultimate in data organization. 2 Database Management Systems (DBMS)  Application software designed to capture and analyze data  Four.
Managing Data Resources File Organization and databases for business information systems.
TECHNOLOGY IN ACTION. Chapter 11 Behind the Scenes: Databases and Information Systems.
Technology in Action © 2008 Prentice-Hall, Inc..
Chapter Ten Managing a Database.
TECHNOLOGY IN ACTION Chapter 11
Behind the Scenes: Databases and Information Systems
The ultimate in data organization
Chapter 3 Database Management
Presentation transcript:

Technology In Action Chapter 11 1 Databases and… Databases and their uses Database components Types of databases Database management systems Relational databases Data warehouses and data marts Information systems Data mining NEXT SLIDE

Technology In Action Chapter 11 2 Databases Electronic collections of related data Help us organize data Turn data into information NEXT SLIDE

Technology In Action Chapter 11 3 Advantages of Using Databases Store and retrieve large quantities of information Data centralization Data integrity Flexibility Student housing Financial Aid Recording grades Student Registration Parents Student Information Database NEXT SLIDE

Technology In Action Chapter 11 4 Database Terminology Field: –Category of information displayed in columns Data types: –Text –Numeric –Date –Memo –Object –Hyperlink Field Name One Field NEXT SLIDE

Technology In Action Chapter 11 5 Database Terminology Record Table Primary Key Record: –A group of related fields Table: –A group of related records Primary key: –A field value unique to a record NEXT SLIDE

Technology In Action Chapter 11 6 Database Types Relational databases: –Organize data in a table –Link tables to each other through their primary keys Object-oriented databases: –Stores data in objects –Handles unstructured data Object-relational databases: –A hybrid of a relational and object-oriented database NEXT SLIDE

Technology In Action Chapter 11 7 Database Management Systems (DBMS) Application software designed to acquire and analyze data Four main operations of a DBMS are: –Creating databases and entering dataCreating databases and entering data –Viewing and sorting dataViewing and sorting data –Extracting dataExtracting data –Outputting dataOutputting data NEXT SLIDE

Technology In Action Chapter 11 8 Creating Databases and Entering Data JasonAlexander123 Elm St.AnywhereUS12345 Create field names: –Identify each type of data –Data dictionary Create individual records: –Key-in –Import Data validation: –Validation rules –Completeness check

Technology In Action Chapter 11 9 Viewing and Sorting Data Browse through records Sort records by field name Before sort After sort

Technology In Action Chapter Extracting or Querying Data Query: –A question or inquiry –Provides records based on criteria –Structured query language (SQL) Query Wizard Results SQL

Technology In Action Chapter Outputting Data Reports: –Printed –Summary data reports Export data

Technology In Action Chapter Relational Database Operations Relational databases organize data into tables based on logical groupings Relationships are links between tables with related data Common fields between tables need to exist Normalization of data (recording data once) reduces data redundancy NEXT SLIDE

Technology In Action Chapter Data Storage Data warehouses: –A large scale repository of data –Organizes all the data related to an organization –Data is organized by subject NEXT SLIDE

Technology In Action Chapter Data marts Small slices of data Data of a single department Data warehouse illustration Source data Internal External Customers Data staging Extract data from source Reformat the data Store the data Populating Data Warehouses NEXT SLIDE

Technology In Action Chapter Data Warehouse Source Data (Internal & External Sources) Supplier Database Web Users Clickstream Data Data Staging Data Marts Information Systems (To Extract Data) Customer Order Database Billing Database Data Reformatting Sales Department Data Mart Customer Service Data Mart

Technology In Action Chapter Managing Data: Information Systems Information systems: –Software-based solutions used to gather and analyze information Functions performed by information systems include: –Acquiring data –Processing data into information –Storing data –Providing output options NEXT SLIDE

Technology In Action Chapter Information Systems Categories Office support Transaction processing Management Decision support NEXT SLIDE

Technology In Action Chapter Office Support Systems (OSS) Assist employees in day-to-day tasks Improve communications Microsoft Office

Technology In Action Chapter Transaction Processing Systems (TSS) Keeps track of everyday business activities Batch processing Real-time processing Step 1: Consumer places an order Step 2: Clerk takes order Details of Order: Item# Quantity Price Delivery Address Step 3: Order details entered into TPS Telephone Order Transaction Processing Cycle Step 4: Shipping department processes order Step 5: Billing department processes payment

Technology In Action Chapter Management Information Systems (MIS) Provides timely and accurate information for managers to make business decisions Detail report: –Transactions that occur during a period of time Summary report: –Consolidate detailed data Exception report: –Show unusual conditions

Technology In Action Chapter Decision Support Systems (DSS) Help managers develop solutions for specific problems Internal & External Data Sources Current Sales Data Current Customer Demographics Purchased Customer List Internal Data Management Systems (Databases, Data Marts, Data Warehouses) Decision Support System Internal Models External Models Model Management System Knowledge- Based Systems User Interface System

Technology In Action Chapter Data Mining Process by which data are analyzed and investigated Objective is to spot patterns or trends within the data NEXT SLIDE

Technology In Action Chapter Data Mining Methods Classification: –Define data classes Estimation: –Assign a value to data Affinity grouping or association rules: –Determine which data goes together Clustering: –Organize data into subgroups Description and visualization: –Provides a clear picture of what is happening NEXT SLIDE