Chapter 5 Database Concepts.

Slides:



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

Introduction to Databases
Chapter 5 Database Concepts. Why Study Databases? Databases have incredible value to business. Probably the most important technology for supporting operations.
Chapter 5 Database Concepts. Why Study Databases? Databases have incredible value to businesses. Very important technology for supporting operations.
ETEC 100 Information Technology
Chapter 5 Relationships & Queries in Databases. Types of Relationships One to One Examples? Analysis Technique Consider ThingA and ThingB Can ThingA be.
McGraw-Hill/Irwin Copyright © 2008, The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin Copyright © 2008 The McGraw-Hill Companies, Inc.
Mgt 20600: IT Management & Applications Databases
“DOK 322 DBMS” Y.T. Database Design Hacettepe University Department of Information Management DOK 322: Database Management Systems.
Introduction to Database Management
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
Mgt 20600: IT Management & Applications Databases Tuesday April 4, 2006.
McGraw-Hill/Irwin Copyright © 2008, The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin Copyright © 2008 The McGraw-Hill Companies, Inc.
Lecture-8/ T. Nouf Almujally
McGraw-Hill/Irwin Copyright © 2008, The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin Copyright © 2008 The McGraw-Hill Companies, Inc.
An Introduction to Database Management Systems R. Nakatsu.
Chapter 9 Database Management
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 Data Resource Management.
Management Information Systems
Database Management Managerial Overview. Managing Data Resources Data are a vital organizational resource that need to be managed like other important.
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.
DBMS By Narinder Singh Computer Sc. Deptt. Topics What is DBMS What is DBMS File System Approach: its limitations File System Approach: its limitations.
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.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
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.
Data Resource Management Chapter 5 Copyright © 2010 by the McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin.
Case 2: Emerson and Sanofi Data stewards seek data conformity
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
Chapter 3 and Module C DATABASES AND DATA WAREHOUSES Building Business Intelligence.
Discovering Computers Fundamentals Fifth Edition Chapter 9 Database Management.
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.
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.
Data Resource Management
Introduction to Information Systems Lecture 05 Data Resource Management Data Concepts Database Management Types of Databases.
Chapter 5 Data Resource Management. 2 I. Why do organizations store data?  Data resources must be structured and organized in some logical manner so.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
4 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Computer Software Chapter 4.
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.
DATABASE MANAGEMENT SYSTEMS CMAM301. Introduction to database management systems  What is Database?  What is Database Systems?  Types of Database.
MANAGING DATA RESOURCES ~ pertemuan 7 ~ Oleh: Ir. Abdul Hayat, MTI.
DATA RESOURCE MANAGEMENT
Principles of Database Design, Part I AIMS 2710 R. Nakatsu.
Chapter 5 Data Resource Management James A. O'Brien, and George Marakas. Management Information Systems with MISource 2007, 8 th ed. Boston, MA: McGraw-Hill,
Data Resource Management Chapter 5 McGraw-Hill/IrwinCopyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
INTRODUCTION TO INFORMATION SYSTEMS LECTURE 9: DATABASE FEATURES, FUNCTIONS AND ARCHITECTURES PART (2) أ/ غدير عاشور 1.
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,
Data Resource Management
Intro to MIS – MGS351 Databases and Data Warehouses
Data Resource Management
Data Resource Management
Databases and Data Warehouses Chapter 3
Well, Sort-of.
MANAGING DATA RESOURCES
Chapter 5 Data Resource Management.
Data Resource Management
Chapter 1 Database Concepts.
Why Study Databases? Databases have incredible value to businesses.
Data Resource Management
Presentation transcript:

Chapter 5 Database Concepts

Why Study Databases? Databases have incredible value to business. Probably the most important technology for supporting operations. Vastly superior to file processing systems Businesses cannot survive without quality data about their internal operations and external environment.

Topics Fundamental database structures. Logical data elements. Databases vs. Files Processing Major types of databases. Data warehouses and data mining.

Data Resource Management Definition: Managerial activity that applies information technology to the task of managing an organization’s data resources to meet the information needs of the stakeholders

Foundation Data Concepts Abstract Concepts Entity – person, place, object or event – stored as a record or a table row Attribute – characteristic of an entity – stored as field or table column

Foundation Data Concepts Database Concepts Database – a collection of related tables Tables – a collection of related records – collection of related entities Record – collection of fields (table row) –represents an entity Field – collection of characters (table column) – represents an attribute Character – single alphabetic, numeric or other symbol

Fields Small to large Characters “B R E I M E R” Form a field A field is an attribute of an entity Last Name Breimer

Records Small to large A bunch of fields form a record A record is an entity First Name Eric Last Name Breimer Sex Yes Weight 253

Tables Small to large A bunch of records forms a table A table is a group of related entities First Name Last Name Sex Age Eric Breimer M 30 Bob Anuszewski 22 Mary Ridzi F 21

Databases Small to large A bunch of tables form a database Databases Small to large A bunch of tables form a database A database represents an organization or business Order Table Customer Table Product Table

Databases But, databases are not just a bunch of tables But, databases are not just a bunch of tables A database also includes relationships between the different tables Orders OID CID PID Quantity 001 508 199 500,000 002 201 2 003 510 1 Customers CID FName LName Address 508 Eric Breimer ... 509 Andrew Zych 510 Greg Smith Products PID Description Cost 199 Viagra $45.99 200 Tooth Paste $2.58 201 Hair Gel $5.99

Traditional File Processing Definition: Data is organized, stored, and processed in independent files of data records

Problems of File Processing Data Redundancy – duplicate data requires an update to be made to all files storing that data Lack of Data Integration – data stored in separate files require special programs for output making ad hoc reporting difficult Data Dependence – programs must include information about how the data is stored so a change in storage format requires a change in programs

Database Management Approach Definition: Consolidates data records into one database that can be accessed by many different application programs. Software interface between users and databases Data definition is stored once, separately from application programs

Database Management Software (DBMS) Definition: Software that controls the creation, maintenance, and use of databases

DBMS Software Components Database Definition Language and graphical tools to define entities, relationships, integrity constraints, and authorization rights Application Development Graphical tools to develop menus, data entry forms, and reports

DBMS Software Components Transaction Processing Controls to prevent interference from simultaneous users and Controls to recover lost data after a failure Database Tuning Tools to monitor and improve database performance

Database Interrogation Definition: Capability of a DBMS to report information from the database in response to end users’ requests Query Language – allows easy, immediate access to ad hoc data requests Report Generator - allows quick, easy specification of a report format for information users have requested

Natural Language vs. SQL Queries

Database Maintenance Updating a database continually to reflect new business transactions and other events Updating a database to correct data and ensure accuracy of the data

Application Development End users, systems analysts, and other application developers can use the internal programming language and built-in software development tools provided by many DBMS packages to develop custom application programs.