Databases Topic 4 Text Materials Chapter 3 – Databases and Data Warehouses.

Slides:



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

Lecture-7/ T. Nouf Almujally
By: Mr Hashem Alaidaros MIS 211 Lecture 4 Title: Data Base Management System.
The Database Environment
Management Information Systems, Sixth Edition
Managing Data Resources
Chapter 3 Database Management
Lecture Microsoft Access and Relational Database Basics.
3-1 Chapter 3 Data and Knowledge Management
Living in a Digital World Discovering Computers 2010.
Chapter 4: Database Management. Databases Before the Use of Computers Data kept in books, ledgers, card files, folders, and file cabinets Long response.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
SESSION 7 MANAGING DATA DATARESOURCES. File Organization Terms and Concepts Field: Group of words or a complete number Record: Group of related fields.
Professor Michael J. Losacco CIS 1150 – Introduction to Computer Information Systems Databases Chapter 11.
5.1 © 2007 by Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
Intro to MIS – MGS351 Databases and Data Warehouses Chapter 3.
Chapter 5 Lecture 2. Principles of Information Systems2 Objectives Understand Data definition language (DDL) and data dictionary Learn about popular DBMSs.
1 DATABASE TECHNOLOGIES BUS Abdou Illia, Fall 2012 (September 5, 2012)
Managing Data Resources
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.
Concepts of Database Management, Fifth Edition Chapter 1: Introduction to Database Management.
1 California State University, Fullerton Chapter 7 Information System Data Management.
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
1 INTRODUCTION TO DATABASE MANAGEMENT SYSTEM L E C T U R E
Concepts of Database Management, Fifth Edition Chapter 1: Introduction to Database Management.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
7.1 Managing Data Resources Chapter 7 Essentials of Management Information Systems, 6e Chapter 7 Managing Data Resources © 2005 by Prentice Hall.
311: Management Information Systems Database Systems Chapter 3.
Case 2: Emerson and Sanofi Data stewards seek data conformity
Chapter Chapter 13-2 Accounting Information Systems, 1 st Edition Data and Databases.
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.
Objectives Overview Define the term, database, and explain how a database interacts with data and information Describe the qualities of valuable information.
McGraw-Hill/Irwin ©2008,The McGraw-Hill Companies, All Rights Reserved Chapter 5 Data Resource Management.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
Data Resource Management
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
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.
Data resource management
Database revision.
1 Database Systems Instructor: Nasir Minhas Assistant Professor UIIT PMAS-AAUR
Concepts of Database Management Seventh Edition Chapter 1 Introduction to Database Management.
DATA RESOURCE MANAGEMENT
Foundations of Business Intelligence: Databases and Information Management.
Chapter 6.  Problems of managing Data Resources in a Traditional File Environment  Effective IS provides user with Accurate, timely and relevant information.
3/6: Data Management, pt. 2 Refresh your memory Relational Data Model
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.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
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.
Relational Database Systems Bartosz Zagorowicz. Flat Databases  Originally databases were flat.  All information was stored in a long text file, called.
3.1 CSC 102 Introduction to Information Systems Databases.
Chapter 3 Building Business Intelligence Chapter 3 DATABASES AND DATA WAREHOUSES Building Business Intelligence 6/22/2016 1Management Information Systems.
XP Chapter 1 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Level 2 Objectives: Understanding and Creating Table.
McGraw-Hill/Irwin ©2008,The McGraw-Hill Companies, All Rights Reserved Chapter 5 Data Resource Management.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
3-1 Chapter 3 Data and Knowledge Management
Managing Data Resources File Organization and databases for business information systems.
© 2017 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
Management Information Systems by Prof. Park Kyung-Hye Chapter 7 (8th Week) Databases and Data Warehouses 07.
Data Resource Management
Fundamentals of Information Systems
MANAGING DATA RESOURCES
DATABASE TECHNOLOGIES
Presentation transcript:

Databases Topic 4 Text Materials Chapter 3 – Databases and Data Warehouses

Concepts Data should be: - Available - Up-to-date/current - Error free - Accessible - Useful - Secure - Well organized - Not redundant Types of data, Traditional - Customer - Billing - Assets - Liabilities - Payroll - Sales - Payables due - Inventory - Customer payment history Types of data, Multimedia - Pictures of products - Training videos - Web pages - Product views and instructions

Data

Convenience Stores Benefits

Departmental Database Use Finance and Accounting Human Resources Manufacturing, Production, Operations Marketing and Sales

Before Databases Issues  inefficient, costly, inaccurate, slow, inflexible. ?

A Database is... A collection of related files containing records on people, places, or things. DBMS - Software that gives the ability to create, manipulate, and access data. - Used to process transactions and store business information. RDBMS – Relational, data is contained in Tables that are easily related to each other. Today most popular type of DBMS. Our focus. Oracle, IBM DB2, SQL, Access

Some Database Terminology Table – A grouping of rows and columns that contain data about something. The rows are called records which are information about a single item in a table. The columns are called fields which are a single characteristic of a record. Common fields are used to connect records that are in separate tables.

Concepts Database Operating System RDBMS

A Table, Records, and Fields

Database Basic Functions Create, Maintain, and Update Data (such as employees, transactions, or products) Interrogate (called a Query) Generate Reports Build applications

An Access Table

An Access Form

An Access Report

Types of Table Relationships in a RDBMS One-to-Many (1:n) One record in the first table matches many records in the second table, and one record in the second table matches back to exactly one record in the first table. One-to-One (1:1) One record in the first table matches one record in the second table, and one record in the second table matches back to exactly one record in the first table. Many-to-Many (n:n) One record in the first table matches many records in the second table, and one record in the second table matches back to many records in the first table. Examples: Students and Professors Departments and Professors Authors and Books Students and Cars Employees and Desks Customers and Orders

Object-Oriented Databases

Data Warehouses

Challenges in Data Resource Management Vast amounts of data Secure Available Back up / Archive Easy to use Handle growth Specialists

Trips Relational Database – A simple example

Database Query Results

Class Exercise Go to the instructor website and download the rafting trip database. Use the database and QBE (query by example) tool to show all our Colorado trips. Print out and turn in your query results.

Class Exercise

Online Analytical Processing - OLAP