Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.

Slides:



Advertisements
Similar presentations
C6 Databases.
Advertisements

Lecture-7/ T. Nouf Almujally
Introduction to Databases
Management Information Systems, Sixth Edition
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,
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
Organizing Data & Information
McGraw-Hill/Irwin Copyright © 2008, The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin Copyright © 2008 The McGraw-Hill Companies, Inc.
Data Management I DBMS Relational Systems. Overview u Introduction u DBMS –components –types u Relational Model –characteristics –implementation u Physical.
Mgt 20600: IT Management & Applications Databases
1212 CHAPTER DATABASES. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved Competencies Distinguish between the physical and logical view.
Introduction to Database Management
Databases Chapter 11.
Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 7 Information System Data Management.
McGraw-Hill/Irwin Copyright © 2008, The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin Copyright © 2008 The McGraw-Hill Companies, Inc.
Professor Michael J. Losacco CIS 1150 – Introduction to Computer Information Systems Databases Chapter 11.
Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Chapter 12: Databases.
Intro to MIS – MGS351 Databases and Data Warehouses Chapter 3.
CS370 Spring 2007 CS 370 Database Systems Lecture 2 Overview of Database Systems.
Copyright © 2003 by Prentice Hall Computers: Tools for an Information Age Chapter 13 Database Management Systems: Getting Data Together.
Objectives Overview Define the term, database, and explain how a database interacts with data and information Define the term, data integrity, and describe.
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
1 INTRODUCTION TO DATABASE MANAGEMENT SYSTEM L E C T U R E
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.
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:
1 Adapted from Pearson Prentice Hall Adapted form James A. Senn’s Information Technology, 3 rd Edition Chapter 7 Enterprise Databases and Data Warehouses.
Discovering Computers Fundamentals Fifth Edition Chapter 9 Database Management.
Professor Michael J. Losacco CIS 1110 – Using Computers Database Management Chapter 9.
Lead Black Slide Powered by DeSiaMore1. 2 Chapter 7 Information System Data Management.
1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)…
C6 Databases. 2 Traditional file environment Data Redundancy and Inconsistency: –Data redundancy: The presence of duplicate data in multiple data files.
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.
Core Concepts of ACCOUNTING INFORMATION SYSTEMS Moscove, Simkin & Bagranoff John Wiley & Sons, Inc. Developed by: Marianne Bradford, Ph.D. Bryant College.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
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.
4 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Computer Software Chapter 4.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 7 Storing Organizational Information - Databases.
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.
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.
Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Chapter 11&12: Database Management System & Information Systems.
DATA RESOURCE MANAGEMENT
Foundations of Business Intelligence: Databases and Information Management.
0 / Database Management. 1 / Identify file maintenance techniques Discuss the terms character, field, record, and table Describe characteristics.
DATABASES. -2 Competencies Distinguish between the physical and logical view of data Describe how data is organized Describe databases Describe the five.
3/6: Data Management, pt. 2 Refresh your memory Relational Data Model
Databases Chapter Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
CIS 250 Advanced Computer Applications Database Management Systems.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
Introduction to Databases Angela Clark University of South Alabama.
Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Chapter 11&12: Database Management System & Information Systems.
Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005.
Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Chapter 12: Databases.
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,
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.
Databases 11.
Intro to MIS – MGS351 Databases and Data Warehouses
Data Resource Management
Database.
Chapter 12: Databases.
MANAGING DATA RESOURCES
Presentation transcript:

Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education. Chapter 11

Computing Essentials Learning Objectives 1. Distinguish between the physical and logical views of data. 2. Describe how data is organized: characters, fields, records, tables, and databases. 3. Define key fields and how they are used to integrate data in a database. 4. Define and compare batch processing and real-time processing. 5. Describe databases, including the need for databases and database management systems (DBMS). 6. Describe the five common database models: hierarchical, network, relational, multidimensional, and object-oriented. 7. Distinguish among individual, company, distributed, and commercial databases. 8. Describe strategic database uses and security concerns.

Computing Essentials Introduction Like a library, secondary storage is designed to store information End users need to understand How information is organized in fields, records, tables and databases The different types of databases and structures Competent end users need to be able to find information that is stored in databases

Computing Essentials Data Examples of data include Facts or observations about people, places, things, and events Audio, music, photographs, and video Two ways to view data Physical view Logical view

Computing Essentials Data Organization Logic view – data is organized into groups or categories Character Field Record Table Database Primary Key Unique identifier

Computing Essentials Processing Batch processing Data is collected over a period of time and the processing happens later all at one time

Computing Essentials Processing Real-time processing Also known as online processing because it happens immediately during the transaction

Computing Essentials Databases Collection of integrated data Logically related files and records Databases address data redundancy and data integrity Advantages to having databases Sharing Security Less data redundancy Data integrity

Computing Essentials Database Management Database Management System (DBMS) DBMS engine Data definition subsystem Data dictionary / schema Access data dictionary form

Computing Essentials Database Management (Cont.) Data manipulation subsystem Data Maintenance Analysis Tools Query-by-example Structured query language (SQL) Application generation subsystem Data administration subsystem Database Administrators (DBAs) Processing rights Access data entry form

Computing Essentials DBMS Structure Database model DBMS programs work with data that is logically structured or arranged Model defined rules and standards for data in a database Five common data models Hierarchical database Network database Relational database Multidimensional database Object-oriented database

Computing Essentials Hierarchical Database Fields or records structured in nodes Nodes points connected like branches of an upside-down tree One parent per node Parent can have several child nodes One-to-many relationship Return

Computing Essentials Network Database Hierarchical node arrangement Each child node may have more than one parent node (many-to- many relationship) Pointers Additional connections between parent and child Nodes can be reached through multiple paths Return

Computing Essentials Relational Database More flexible Data stored in table called a relation Tables consist of rows and columns Tables related via a common data item / key field Return

Computing Essentials Multidimensional Database A variation and an extension of the relational model to include additional dimensions, sometimes called a data cube Good for representing complex relationships Advantages over relational Conceptualization Processing speed Return

Computing Essentials Object-Oriented Database Objects contain both data and instructions Organize using Objects Classes Attributes Methods

Computing Essentials Types of Databases Individual Integrated files used by just one person Company Common operational or commonly used files shared in an organization Distributed Database spread geographically and accessed using database server Commercial Information utilities Data banks available

Computing Essentials Database Uses and Issues Strategic uses Data warehouse Data mining Security Databases are valuable Protection necessary Security: electronic fingerprint scanner

Computing Essentials Careers In IT Database administrators Determine the most efficient ways to organize and access a company’s data Responsible for database security and backing up the system Employers look for Bachelors degree in Computer Science Technical experience Database administrators can expect to earn $67,000 to $98,000 annually

Computing Essentials A Look to the Future ~ The Future of Crime Databases Can criminal behavior be predicted ? Research institutions have been looking into patterns that could predict criminal behavior If patterns could be found... Just need to find individuals with these characteristics

Computing Essentials Open-Ended Questions (Page 1 of 2) 1. Describe the five logical data groups or categories. 2. What is the difference between batch processing and real-time processing? 3. Identify and define the five parts of DBMS programs.

Computing Essentials Open-Ended Questions (Page 2 of 2) 4. Describe each of the five common database models. 5. What are some of the benefits and limitations of databases? Why is security a concern?