Information Systems Today: Managing in the Digital World

Slides:



Advertisements
Similar presentations
Information Systems Today: Managing in the Digital World
Advertisements

Database Management3-1 L3 Database Management Santa R. Susarapu Ph.D. Student Virginia Commonwealth University.
Databases.
Chapter 3 Database Management
Database Management An Introduction.
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 10 Managing a Database.
Database Management: Getting Data Together Chapter 14.
3-1 Chapter 3 Data and Knowledge Management
Concepts of Database Management Sixth Edition
Chapter 4: Database Management. Databases Before the Use of Computers Data kept in books, ledgers, card files, folders, and file cabinets Long response.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
Mgt 20600: IT Management & Applications Databases Tuesday April 4, 2006.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
CS370 Spring 2007 CS 370 Database Systems Lecture 2 Overview of Database Systems.
Copyright © 2003 by Prentice Hall Module 4 Database Management Systems 1.What is a database? Data hierarchy and data organization Field, record, file,
Discovering Computers Fundamentals, 2012 Edition Your Interactive Guide to the Digital World.
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.
Chapter 1 Overview of Database Concepts Oracle 10g: SQL
1 Introduction to Database Systems. 2 Database and Database System / A database is a shared collection of logically related data designed to meet the.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
Information Systems Today (©2006 Prentice Hall) 3-1 CS3754 Class Note 12 Summery of Relational Database.
MIS 327 Database Management system 1 MIS 327: DBMS Dr. Monther Tarawneh Dr. Monther Tarawneh Week 2: Basic Concepts.
Chapter 4 Database Processing Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall 4-1.
Database Management System (DBMS) an Introduction DeSiaMore 1.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
Database Management Supplement 1. 2 I. The Hierarchy of Data Database File (Entity, Table) Record (info for a specific entity, Row) Field (Attribute,
Database and Information Management Chapter 9 – Computers: Understanding Technology, 3 rd edition.
Information Systems Today: Managing in the Digital World TB3-1 3 Technology Briefing Database Management “Modern organizations are said to be drowning.
© 2006 Pearson Education Canada Inc. 3-1 Chapter 3 Database Management PowerPoint Presentation Jack Van Deventer Ward M. Eagen.
© 2003 Prentice Hall, Inc.3-1 Chapter 3 Database Management Information Systems Today Leonard Jessup and Joseph Valacich.
INFORMATION TECHNOLOGY DATABASE MANAGEMENT. A database is a collection of information organized to provide efficient retrieval. The collected information.
3-1 Chapter 3 Data and Knowledge Management
© 2017 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
Introduction to Databases Transparencies
Introduction to Databases
Introduction to Databases Transparencies
Databases and DBMSs Todd S. Bacastow January
Database Development Lifecycle
Client/Server Databases and the Oracle 10g Relational Database
Outline Types of Databases and Database Applications Basic Definitions
An Introduction to database system
Databases Chapter 16.
Introduction to Databases
Introduction to Databases Transparencies
Introduction to Databases
Chapter Ten Managing a Database.
Introduction to Databases
Chapter 4 Relational Databases
RELATIONAL DATABASE MODEL
Databases and Information Management
What is a Database and Why Use One?
Basic Concepts in Data Management
MANAGING DATA RESOURCES
Database Fundamentals
Data Resource Management
Introduction to Databases
Chapter 1: The Database Environment
MANAGING DATA RESOURCES
Databases and Information Management
Introduction to Databases
Introduction to Databases
Accounting Information Systems 9th Edition
Introduction to Databases Transparencies
Data Resource Management
Chapter 3 Database Management
Databases and Information Management
DATABASE Purpose of database
The Database Environment
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management
Presentation transcript:

Information Systems Today: Managing in the Digital World 3 Technology Briefing Database Management “Modern organizations are said to be drowning in data but starving for information” p. 509 Information Systems Today: Managing in the Digital World

Information Systems Today: Managing in the Digital World Learning Objectives Information Systems Today: Managing in the Digital World

Information Systems Today: Managing in the Digital World Learning Objectives Information Systems Today: Managing in the Digital World

Database Management for Strategic Advantage Database technology is vital to an organization’s success Variety of information collected and stored Stock prices Potential customers Credit ratings of wholesalers Etc. Information Systems Today: Managing in the Digital World

Database Management for Strategic Advantage (II) Database technology used for: Gathering and storing customer information Custom-tailoring catalogs and mailings Fueling electronic commerce Etc. Information Systems Today: Managing in the Digital World

Information Systems Today: Managing in the Digital World Learning Objectives Information Systems Today: Managing in the Digital World

Information Systems Today: Managing in the Digital World Database Foundations Then: Card catalogs File cabinets Now: DBMS Create Store Organize Retrieve data E.g., Microsoft Access Information Systems Today: Managing in the Digital World

Information Systems Today: Managing in the Digital World Database Database Collection of related data organized in a way to facilitate searches Entities Something you collect data about E.g.: people, books Information Systems Today: Managing in the Digital World

Information Systems Today: Managing in the Digital World Record Contains data about a single entity Similar to catalog card Information Systems Today: Managing in the Digital World

Information Systems Today: Managing in the Digital World Attributes Specific characteristic describing the entities E.g.: name and social security number are attributes of a person Information Systems Today: Managing in the Digital World

Example: Entity Student Entity represented as a table, with rows as records and columns as attributes Information Systems Today: Managing in the Digital World

Advantages of the Database Approach Program-data independence Minimal data redundancy Improved data consistency Improved data sharing Increased productivity of application development Information Systems Today: Managing in the Digital World

Advantages of the Database Approach (II) Enforcement of standards Improved data quality Improved data accessibility Reduced program maintenance Information Systems Today: Managing in the Digital World

Cost and Risks of the Database Approach New, specialized personnel Installation and management cost and complexity Conversion costs Need for explicit backup and recovery Organizational conflict Information Systems Today: Managing in the Digital World

Effective Management of Databases Database Administrator (DBA) Responsible for development and management of databases Works with system analysts and programmers Works with users and managers Implements security features Grants access rights One of the key actors in creating a successful database Information Systems Today: Managing in the Digital World

Information Systems Today: Managing in the Digital World Entering Data Forms Enter data about a record Field in a form corresponds to attribute in a record Used to add, modify, or delete data Information Systems Today: Managing in the Digital World

Example: Computer-Based Form Information Systems Today: Managing in the Digital World

Information Systems Today: Managing in the Digital World Querying Data Query: used to retrieve information Structured Query Language (SQL) Example: Display students who earned an “A” Writing SQL queries can become very complex Information Systems Today: Managing in the Digital World

Information Systems Today: Managing in the Digital World Query by Example Simpler than SQL Drag-and- drop features Construct a sample of the data we would like to see Information Systems Today: Managing in the Digital World

Creating Database Reports Compilation of data from the database Report generators Retrieve, manipulate, and display data Example Quarterly sales for a restaurant Adding Grouping Information Systems Today: Managing in the Digital World

Information Systems Today: Managing in the Digital World Database Design Data need to be organized for retrieval and analysis Key elements of a database Data Structure Data model A map or a diagram representing entities and their relationships Information Systems Today: Managing in the Digital World

Example: Entities and Their Attributes Information Systems Today: Managing in the Digital World

Information Systems Today: Managing in the Digital World Identifying Records Uniquely identifying records: Primary Key Unique identifier E.g.: Student ID number, social security number Combination primary key Combination of two or more attributes E.g.: identifying a student’s grade for a particular class for a particular term Identifying records that share a common value Secondary Key Attribute not used as a primary key E.g., Major Information Systems Today: Managing in the Digital World

Information Systems Today: Managing in the Digital World Associations Used to relate information between tables Needed to retrieve information Example: Basketball league database Information Systems Today: Managing in the Digital World

Example: Basketball League Each table contains important data No way to learn which team plays in a specific stadium Need to make associations Information Systems Today: Managing in the Digital World

Example: Basketball League Foreign keys Attributes used to link tables Primary key in one table, foreign key in another Need to create additional entity for many-to-many relationships Information Systems Today: Managing in the Digital World

Entity-Relationship Diagram Used to show associations between entities Important when designing complex databases Entities: represented by boxes Relationships: represented by lines Associations Information Systems Today: Managing in the Digital World

Information Systems Today: Managing in the Digital World The Relational Model Primary DBMS approach (RDBMS) 3 dimensions Entities represented as 2-dimensional tables Rows = records Columns = attributes Tables joined based on common columns (3rd dimension) Good design eliminates redundancy Information Systems Today: Managing in the Digital World

Information Systems Today: Managing in the Digital World Data Redundancy Problematic if an attribute has to be changed Need to change in multiple locations E.g., instructor’s phone number Information Systems Today: Managing in the Digital World

Information Systems Today: Managing in the Digital World Normalization Eliminate unnecessary redundancy Create separate tables Data only needs to be changed in a single location Information Systems Today: Managing in the Digital World

Information Systems Today: Managing in the Digital World Data Dictionary Document that specifies what data needs to be entered Attribute name Key or not Data type Valid values Can be used to enforce business rules Information Systems Today: Managing in the Digital World

Linking Website Applications to Organizational Databases Users can access a variety of data via a company’s web site Web services help in integration of databases, regardless of physical location Need for adequate systems performance Get understanding of customer behavior Information Systems Today: Managing in the Digital World