BA471 Management Information Systems Databases. Database Fundamentals  Once upon a time, there were files Containing data “Flat files” not databases.

Slides:



Advertisements
Similar presentations
Lecture-7/ T. Nouf Almujally
Advertisements

The database approach to data management provides significant advantages over the traditional file-based approach Define general data management concepts.
The Database Environment
Chapter 5 Database Concepts. Why Study Databases? Databases have incredible value to business. Probably the most important technology for supporting operations.
Relational Databases Chapter 4.
1 Introduction The Database Environment. 2 Web Links Google General Database Search Database News Access Forums Google Database Books O’Reilly Books Oracle.
3-1 Chapter 3 Data and Knowledge Management
Chapter 5 Database Concepts.
1004INT Information Systems Week 10 Databases as Business Tools.
© 2007 by Prentice Hall 1 Chapter 1: The Database Environment Modern Database Management 8 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Fred R. McFadden.
Organizing Data and Information
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
IMS1907 Database Systems Summer Semester 2004/2005 Lecture 2 Relational DBMS Software An Overview of Microsoft Access.
Mgt 20600: IT Management & Applications Databases Tuesday April 4, 2006.
Information systems and databases Database information systems Read the textbook: Chapter 2: Information systems and databases FOR MORE INFO...
Chapter 1: The Database Environment
Data at the Core of the Enterprise. Objectives  Define of database systems  Introduce data modeling and SQL  Discuss emerging requirements of database.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
Chapter 5 Database Processing.
Fundamentals of Information Systems, Third Edition2 Principles and Learning Objectives The database approach to data management provides significant advantages.
Data at the Core of the Enterprise. Objectives  Define of database systems.  Introduce data modeling and SQL.  Discuss emerging requirements of database.
Chapter 5 Lecture 2. Principles of Information Systems2 Objectives Understand Data definition language (DDL) and data dictionary Learn about popular DBMSs.
Chapter 1: The Database Environment and Development Process
 Introduction Introduction  Purpose of Database SystemsPurpose of Database Systems  Levels of Abstraction Levels of Abstraction  Instances and Schemas.
6-1 DATABASE FUNDAMENTALS Information is everywhere in an organization Information is stored in databases –Database – maintains information about various.
DATABASE. A database is collection of information that is organized so that it can easily be accessed, managed and updated. It is also the collection.
Database Technical Session By: Prof. Adarsh Patel.
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
Information Systems: Databases Define the role of general information systems Describe the elements of a database management system (DBMS) Describe the.
Organizing Data and Information AD660 – Databases, Security, and Web Technologies Marcus Goncalves Spring 2013.
Introduction to Database Management. 1-2 Outline  Database characteristics  DBMS features  Architectures  Organizational roles.
Computer Science 101 Database Concepts. Database Collection of related data Models real world “universe” Reflects changes Specific purposes and audience.
© 2007 by Prentice Hall 1 Introduction to databases.
Databases Topic 4 Text Materials Chapter 3 – Databases and Data Warehouses.
Storing Organizational Information - Databases
Instructor: Dema Alorini Database Fundamentals IS 422 Section: 7|1.
MIS 327 Database Management system 1 MIS 327: DBMS Dr. Monther Tarawneh Dr. Monther Tarawneh Week 2: Basic Concepts.
The Relational Model UC Berkeley Extension Copyright © 2008 Patrick McDermott.
1 Database Concepts 2 Definition of a Database An organized Collection Of related records.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 Data Resource Management.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
Chapter 1 Chapter 1: The Database Environment Modern Database Management 8 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Fred R. McFadden © 2007 by Prentice.
Chapter 5 Data Resource Management. 2 I. Why do organizations store data?  Data resources must be structured and organized in some logical manner so.
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.
1 CSE 2337 Introduction to Data Management Textbook: Chapter 1.
1 Why Learn About Database Systems? Database systems process and organize large amounts of data Examples –Marketing manager can access customer data –Corporate.
BA471 Management Information Systems Databases - continued.
+ Information Systems and Databases 2.2 Organisation.
CISB113 Fundamentals of Information Systems Data Management.
1 Database Systems Instructor: Nasir Minhas Assistant Professor UIIT PMAS-AAUR
Concepts of Database Management Seventh Edition Chapter 1 Introduction to Database Management.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
Introduction to Databases Three File Processing Systems DAVID M. KROENKE’S DATABASE PROCESSING, 10th Edition © 2006 Pearson Prentice Hall 1-2.
Database Basics BCIS 3680 Enterprise Programming.
1 DATABASE TECHNOLOGIES (Part 2) BUS Abdou Illia, Fall 2015 (September 9, 2015)
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
Fundamentals of Information Systems, Sixth Edition Chapter 3 Database Systems, Data Centers, and Business Intelligence.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
Fundamental of Database Systems
Fundamentals & Ethics of Information Systems IS 201
Data Resource Management
Chapter 4 Relational Databases
Database Management  .
Databases A brief introduction….
Chapter 5 Data Resource Management.
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS
The Database Environment
Introduction to Database systems
Presentation transcript:

BA471 Management Information Systems Databases

Database Fundamentals  Once upon a time, there were files Containing data “Flat files” not databases Enter data    Order System Orders Billing System Inventory System Bills Reports

Database Fundamentals  Systems needed each other’s data Order data needed for bills Qty data needed for orders … etc. Enter data    orders custs qty Order System Orders Billing System Inventory System Bills Reports

Database Fundamentals  So every night, data that needed to be shared had to be copied from one system to another.     What a waste of time and resources, not to mention ….redundant! Order Info Cust Info Qty Info transfer Order Info Cust Info Order Info

Database Fundamentals  A database is: A shared collection of data that is shared and used for multiple purposes. Symbol =

Database Fundamentals  A database consists of Tables  Made up of Rows Columns  That organize data so it’s usable by people and software

Database Fundamentals  Advantages of database approach Minimizes redundancy Treats data as an “asset” Standardizes data “One version of the truth”

Database Fundamentals  Problem? CUSTOMER Cust. Sat. System Sales System Billing System People Order System

Database Fundamentals  A DBMS is a group of programs that interface between an actual database and a person or a PROGRAM

Database Fundamentals  Examples of DBMS SQL MYSQL DB2 Oracle

Database Fundamentals  Applications are made up of Data in databases Processes in programs  Programs change – a lot – but data is stable  Creating new applications: Start with the data (Another database advantage is that you CAN start with the data when designing new applications.)

Database Fundamentals  Step 1: Define & Analyze the data Entity: A person, place, thing or event about which you want to capture data. Relationships: Between entities. Elements or Attributes: Characteristics of entities Allowed values

Database Fundamentals  Data Modeling – Designing the data A narrative & schematic model Defining entities, relationships, elements, attributes Later, becomes a physical database design

Database Fundamentals Banking Account Data Model Customer Account Type Billing cycle owns has follows

Database Fundamentals  Your role in Data Modeling SME Requirements analysis Data definitions

Database Fundamentals  In-class exercise: Western All Around Pets, Inc.

Database Fundamentals  Western All-Around Pets Pres & CEO COO Mgr Exotic Pets Mgr Domestic Pets CIO Business Analysts Controller Inventory Data Supervisor

Database Fundamentals  Data modeling – next steps Create an ERD  Relational model  Forward engineer a physical database (DDL)  Schema Define the data  Business definitions  Metadata  Domain

Database Fundamentals  Data Quality issues Ways in which data quality can be compromised  Errors at data entry  Software-introduced errors  Deterioration over time  Sabotage  Honest mistakes