STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.

Slides:



Advertisements
Similar presentations
Chapter 10: Designing Databases
Advertisements

Lecture-7/ T. Nouf Almujally
Introduction to Databases
Storing Organizational Information—Databases
DATABASES AND DATA WAREHOUSES Searching for Revenue - Google
IS605/606: Information Systems Instructor: Dr. Boris Jukic
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS MBNA
Databases Chapter Distinguish between the physical and logical view of data Describe how data is organized: characters, fields, records, tables,
Chapter 3 Databases and Data Warehouses Building Business Intelligence
1 Basic DB Terms Data: Meaningful facts, text, graphics, images, sound, video segments –A collection of individual responses from a marketing research.
12 CHAPTER DATABASES Databases are the key to accessing information throughout our lives. Used in hospitals, grocery stores, schools, department stores,
File Systems and Databases
Database Management: Getting Data Together Chapter 14.
McGraw-Hill/Irwin ©2008 The McGraw-Hill Companies, All Rights Reserved DATABASES AND DATA WAREHOUSES Opening Case Searching for Revenue - Google DATABASES.
1212 CHAPTER DATABASES. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved Competencies Distinguish between the physical and logical view.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 7 Storing Organizational Information - Databases.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS CHAPTER 3
Introduction to Database Management
CHAPTER 3 DATABASES AND DATA WAREHOUSES. 3-2 STUDENT LEARNING OUTCOMES 1.Describe business intelligence and its role 2.Compare databases and data warehouses.
Business Driven Technology Unit 2 Exploring Business Intelligence Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
BUSINESS DRIVEN TECHNOLOGY
Databases and Database Management Systems
Mgt 20600: IT Management & Applications Databases Tuesday April 4, 2006.
Professor Michael J. Losacco CIS 1150 – Introduction to Computer Information Systems Databases Chapter 11.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
An Introduction to Database Management Systems R. Nakatsu.
Introduction to Database
5.1 © 2007 by Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
Database Design - Lecture 1
Copyright © 2003 by Prentice Hall Module 4 Database Management Systems 1.What is a database? Data hierarchy and data organization Field, record, file,
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.
Database and Data Warehouse Module B: Designing and Building a Relational Database Chapter 3.
Next Back MAP 3-1 Management Information Systems for the Information Age Copyright 2002 The McGraw-Hill Companies, Inc. All rights reserved Chapter 3 Database.
Chapter 1 In-lab Quiz Next week
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.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
6 Chapter Databases and Information Management. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits.
Chapter 3 and Module C DATABASES AND DATA WAREHOUSES Building Business Intelligence.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS CHAPTER 3
Storing Organizational Information - Databases
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
3-1 Management Information Systems for the Information Age Copyright 2004 The McGraw-Hill Companies, Inc. All rights reserved Chapter 3 Databases and Data.
Instructor: Dema Alorini Database Fundamentals IS 422 Section: 7|1.
Lecture # 3 & 4 Chapter # 2 Database System Concepts and Architecture Muhammad Emran Database Systems 1.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 7 Storing Organizational Information - Databases.
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 –
MANAGING DATA RESOURCES ~ pertemuan 7 ~ Oleh: Ir. Abdul Hayat, MTI.
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.
McGraw-Hill/Irwin ©2009 The McGraw-Hill Companies, All Rights Reserved CHAPTER 6 DATABASES AND DATA WAREHOUSES CHAPTER 6 DATABASES AND DATA WAREHOUSES.
SYS364 Database Design Continued. Database Design Definitions Initial ERD’s Normalization of data Final ERD’s Database Management Database Models File.
Databases Chapter Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
Introduction to Databases Dr. Osama AL Rababah. Objectives In this capture you will learn: Some common uses of database systems. The characteristics of.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 7 Storing Organizational Information - Databases.
1 10 Systems Analysis and Design in a Changing World, 2 nd Edition, Satzinger, Jackson, & Burd Chapter 10 Designing Databases.
Introduction to Core Database Concepts Getting started with Databases and Structure Query Language (SQL)
IIS 645 Database Management Systems DDr. Khorsheed Today’s Topics 1. Course Overview 22. Introduction to Database management 33. Components of Database.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 7 Storing Organizational Information - Databases.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
Chapter 4 Relational Databases
RELATIONAL DATABASE MODEL
MANAGING DATA RESOURCES
Database.
CHAPTER SIX OVERVIEW SECTION 6.1 – DATABASE FUNDAMENTALS
Presentation transcript:

STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7

Storing Organizational Information Information is everywhere in an organization Information is stored in databases Database – maintains information about various types of  objects (inventory)  events (transactions)  people (employees)  places (warehouses)

Relational Database Fundamentals Database  ___________ information Database models  Hierarchical  Rigid tree-like model  Used in early DB management systems  Network  Lattice structure  Child records can have many parent records  ____________  Uses logically related two-dimensional tables

Relational Database Fundamentals (2) Entities, Entity Classes, and Attributes  Entity  person, place, thing, transaction, event  Entity class  a ________, a collection of similar entities  Attributes  fields or columns in a table, characteristics of entities Keys and Relationships  Primary key  A field or group of fields that uniquely identify an entity  _________ key  A primary key of one table that is a field of another table

Relational Database Advantages Increased Flexibility  Physical view  Physical storage of information on a device  _________ view  How users logically access the information  Different users have different logical view to meet their needs Increased Scalability and Performance  Scalability  How well a system can adapt to __________________  Performance  How quickly a system performs a process or transaction

Relational Database Advantages (2) Reduced Information Redundancy  Redundancy  __________ duplication of information Increased Information Integrity (Quality)  Information integrity  Measure of the quality of information  Integrity constraints  _________ to ensure the quality of information  Relational integrity constraints ensure basic and fundamental quality  Business-critical integrity constraints enforce business rules Increased Information Security (passwords, etc.)

Database Management Systems A database management system (DBMS) is software that allows users to interact w/ a DB. A DBMS has several components  Data ____________ Component  Creates and maintains the data dictionary and DB structure Data dictionary stores definitions of information types  Data Manipulation Component  Allows users to do ________ Create, read, update, and delete information  A view allows users to see the contents of a DB  Report generators are used to define reports from the DB  QBE (________ by example) tools define answers to questions  SQL (structured query language) is a language to query the DB

Database Management Systems (2) A DBMS has several components (continued)  Application Generation Component  Contains tools for creating easy-to-use applications, such as SCM or CRM  Data Administration Components  Contains tools for managing the overall database environment Backup, recovery, _________, and performance

Integrating Information among Multiple Databases An integration allows separate systems to communicate directly with each other A __________integration takes new information and sends it to all downstream systems and processes A backward integration takes processed information and sends it automatically to all upstream systems and processes