Succeeding with Technology Database Systems Basic Data Management Concepts Organizing Data in a Database Database Management Systems Using Database Systems.

Slides:



Advertisements
Similar presentations
The database approach to data management provides significant advantages over the traditional file-based approach Define general data management concepts.
Advertisements

Introduction to Databases
Management Information Systems, Sixth Edition
Managing Data Resources
Databases Chapter Distinguish between the physical and logical view of data Describe how data is organized: characters, fields, records, tables,
Chapter 3 Database Management
The Hierarchy of Data Bit (a binary digit): a circuit that is either on or off Byte: 8 bits Character: each byte represents a character; the basic building.
Fundamentals of Information Systems, Second Edition 1 Organizing Data and Information Chapter 3.
Database Management: Getting Data Together Chapter 14.
7.1 © 2006 by Prentice Hall 7 Chapter Managing Data Resources.
Organizing Data & Information
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.
Chapter 14 The Second Component: The Database.
Organizing Data and Information
Databases Chapter 11.
SESSION 7 MANAGING DATA DATARESOURCES. File Organization Terms and Concepts Field: Group of words or a complete number Record: Group of related fields.
Mgt 20600: IT Management & Applications Databases Tuesday April 4, 2006.
Managing Data Resources. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits that represents a single.
Principles of Information Systems, Sixth Edition Organizing Data and Information Chapter 5.
XP Information Information is everywhere in an organization Employees must be able to obtain and analyze the many different levels, formats, and granularities.
Databases and Data Warehouses How Do You Organize Large Amounts of Information? Chapter 10.
Data Resource Management Chapter 5 McGraw-Hill/IrwinCopyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
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.
Managing Data Resources
Objectives Overview Define the term, database, and explain how a database interacts with data and information Define the term, data integrity, and describe.
Fundamentals of Information Systems, Fifth Edition
Database and Data Warehouse Module B: Designing and Building a Relational Database Chapter 3.
Chapter 6: Foundations of Business Intelligence - Databases and Information Management Dr. Andrew P. Ciganek, Ph.D.
Management Information Systems By Effy Oz & Andy Jones
Organizing Data and Information AD660 – Databases, Security, and Web Technologies Marcus Goncalves Spring 2013.
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.
© 2004 Ken Baldauf, All rights reserved. Database Systems Organizing Data in a Database Using Database Systems in Organizations Emerging Database Trends.
Lecturer: Gareth Jones. How does a relational database organise data? What are the principles of a database management system? What are the principal.
Database A database is a collection of data organized to meet users’ needs. In this section: Database Structure Database Tools Industrial Databases Concepts.
1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)…
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
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.
Technology In Action Chapter 11 1 Databases and… Databases and their uses Database components Types of databases Database management systems Relational.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
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.
Database Systems Basic Data Management Concepts
Data resource management
Chapter 5 Uma Gupta Introduction to Information Systems  2000 by Prentice Hall. 5-1 Database Design and Management.
1 Technology in Action Chapter 11 Behind the Scenes: Databases and Information Systems Copyright © 2010 Pearson Education, Inc. Publishing as Prentice.
Organizing Data and Information
Managing Data Resources. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits that represents a single.
DATA RESOURCE MANAGEMENT
0 / Database Management. 1 / Identify file maintenance techniques Discuss the terms character, field, record, and table Describe characteristics.
3/6: Data Management, pt. 2 Refresh your memory Relational Data Model
Principles of Information Systems, Sixth Edition Organizing Data and Information Chapter 5.
Fundamentals of Information Systems, Sixth Edition Chapter 3 Database Systems, Data Centers, and Business Intelligence.
Copyright © 2016 Pearson Education, Inc. Modern Database Management 12 th Edition Jeff Hoffer, Ramesh Venkataraman, Heikki Topi CHAPTER 11: BIG DATA AND.
6.1 © 2010 by Prentice Hall 4 Chapter Databases and Information Management Databases and Information Management.
McGraw-Hill/Irwin ©2008,The McGraw-Hill Companies, All Rights Reserved Chapter 5 Data Resource Management.
Managing Data Resources File Organization and databases for business information systems.
Management Information Systems by Prof. Park Kyung-Hye Chapter 7 (8th Week) Databases and Data Warehouses 07.
Pengantar Sistem Informasi
Intro to MIS – MGS351 Databases and Data Warehouses
Data Resource Management
Fundamentals & Ethics of Information Systems IS 201
Fundamentals of Information Systems
Databases and Data Warehouses Chapter 3
Big Data The huge amount of data being collected and stored about individuals, items, and activities and to the process of drawing useful information from.
MANAGING DATA RESOURCES
Presentation transcript:

Succeeding with Technology Database Systems Basic Data Management Concepts Organizing Data in a Database Database Management Systems Using Database Systems in Organizations Database Trends Managing Databases Please discontinue use of cell phone and turn off ringer Chapter 7

Succeeding with Technology The Value of Databases Databases and Database Management Systems (DBMS) transform large quantities of data into specific and valuable information for accomplishing some goal.

Succeeding with Technology Database Management System (DBMS) A DBMS consists of a group of programs that manipulate the database and provide an interface between the database and the user or the database and application programs. Front End DATABASE Back End DBMS Secure Access

Succeeding with Technology File or Table Database A collection of data organized to meet user’s needs. Records (Entities) Field (Attribute)

Succeeding with Technology Database Fields Fields are set to hold specific types of data.

Succeeding with Technology Database A Database is a collection of files/tables

Succeeding with Technology Database Hierarchy

Succeeding with Technology Keys and Primary Key Key: A field in a record that is used to identify the record Primary key: A field that uniquely identifies a record  A primary key field prevents duplicate records from occurring in a table.

Succeeding with Technology Primary Keys Which field would act as the best primary key?

Succeeding with Technology Primary Keys

Succeeding with Technology Primary Key

Succeeding with Technology Simple but Restrictive DBMS

Succeeding with Technology The Database Approach to Data Management

Succeeding with Technology 7.2 Organizing Data in a Database Relational Model Data Analysis Key Terms

Succeeding with Technology The Relational Model In a relational database, tables are linked (related) through common fields.

Succeeding with Technology Relation Types One-to-many  Most typical  Makes use of primary key One-to-one Many-to-many

Succeeding with Technology Data Analysis Data analysis is a process that involves evaluating data to identify problems with the content of a database.  Consider what would happen if CardNumber were not a primary key, and two or more customers had the same CardNumber. Data Integrity refers to the accuracy of the data in a database. GIGO, or Garbage In Garbage Out, refers to the fact that inaccurate data entered in a database will result in inaccurate information produced from the database.

Succeeding with Technology 7.3 Database Management Systems Data Integrity GIGO Schema Data Dictionary SQL Key Terms

Succeeding with Technology Creating a Database A schema is an outline of the logical and physical structure of the data and relationships among the data in the database.

Succeeding with Technology Creating a Database A data dictionary provides a detailed description of all data used in the database.

Succeeding with Technology Database Strengths Data can be sifted, sorted and queried through the use of data manipulation languages. The power of a database and DBMS lies in the user’s ability to manipulate the data to turn up useful information.

Succeeding with Technology Data Manipulation Language A Data Manipulation Language (DML) is a specific language provided with the DBMS that allows people and other database users to access, modify, and make queries about data contained in the database, and to generate reports. Structured Query Language (SQL): The most popular DML.  SELECT * FROM EMPLOYEE WHERE JOB_CLASSIFICATION = ‘C2”

Succeeding with Technology 7.4 Using Database Systems in Organizations Data Warehouse Data Mining Key Terms

Succeeding with Technology The data deluge… The Machinery Moves on:  Moore’s law: processing “capacity” doubles every 18 months : CPU, cache, memory  It’s more aggressive cousin: Disk storage “capacity” doubles every 9 months The Demand is exploding:  Every business is an eBusiness  Scientific Instruments and Moore’s law  Government The Internet – the ubiquity of the Web The Talent Shortage

Succeeding with Technology Data Stores Data Warehouse: A database that holds important information from a variety of sources. Data Mart: A small data warehouse, often developed for a specific person or purpose. Data Mining: the process of extracting information from a data warehouse.  “Connecting the dots”

Succeeding with Technology Databases & Data Warehouses Operational Databases

Succeeding with Technology What Is a Hypercube? Create multi-dimensional “cubes” of information that summarize transactional data across a variety of dimensions. OLAP vs. OLTP

Succeeding with Technology What is Data Mining? Finding interesting structure in data Structure: refers to statistical patterns, predictive models, hidden relationships Interesting: ? Examples of tasks addressed by Data Mining  Predictive Modeling (classification, regression)  Segmentation (Data Clustering )  Affinity (Summarization) relations between fields, associations, visualization An Example

Succeeding with Technology Data Mining and Databases Many interesting analysis queries are difficult to state precisely Examples:  which records represent fraudulent transactions?  which households are likely to prefer a Ford over a Toyota?  Who’s a good credit risk in my customer DB? Yet database contains the information  good/bad customer, profitability  did/did not respond to mailout/survey/...

Succeeding with Technology Example: market basket Transactions {Bread, Milk} {Bread, Diapers, Beer, Eggs} {Milk, Diapers, Beer, Cola} {Bread, Milk, Diapers, Beer} {Bread, Milk, Diapers, Cola} What pattern can you see?

Succeeding with Technology A more systematic approach: a “Decision Tree” All 1615 patients Split # 1: Age “terminal node” Systolic BP

Succeeding with Technology Visualization is Important Factory food example from this week’s New York Times

Succeeding with Technology The myths… Companies have built up some large and impressive data warehouses Data mining is pervasive nowadays Large corporations know how to do it There are tools and applications that discover valuable information in enterprise databases

Succeeding with Technology The truths… Data is a shambles,  most data mining efforts end up not benefiting from existing data infra-structure Corporations care a lot about data, and are obsessed with customer behavior and understanding it They talk a lot about it… An extremely small number of businesses are successfully mining data The successful efforts are “one-of”, “lucky strikes”