Databases and Information Systems. This chapter covers the essentials of databases. This topic is very important now that we have the means to obtain.

Slides:



Advertisements
Similar presentations
Database Management3-1 L3 Database Management Santa R. Susarapu Ph.D. Student Virginia Commonwealth University.
Advertisements

Computers Are Your Future Twelfth Edition
Objectives Overview Define the term, database, and explain how a database interacts with data and information Define the term, data integrity, and describe.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS MBNA
Managing Data Resources
Computers Are Your Future
Chapter 3 Database Management
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 10 Managing a Database.
Database Management: Getting Data Together Chapter 14.
Living in a Digital World Discovering Computers 2010.
Computers Are Your Future Twelfth Edition Chapter 12: Databases and Information Systems Copyright © 2012 Pearson Education, Inc. Publishing as Prentice.
Discovering Computers Fundamentals, 2011 Edition Living in a Digital World.
Chapter 4: Database Management. Databases Before the Use of Computers Data kept in books, ledgers, card files, folders, and file cabinets Long response.
Introduction to Database Management
© 2005 By Prentic Hall1 1 University Of Palestine Essentials of Management Information Systems Kenneth C. Laudon, Jane P. Laudon Instructor: Mr. Ahmed.
Computers Are Your Future © 2008 Prentice-Hall, Inc.
Computers Are Your Future © 2005 Prentice-Hall, Inc.
Professor Michael J. Losacco CIS 1150 – Introduction to Computer Information Systems Databases Chapter 11.
Chapter 9 Database Management
TRANSACTION PROCESSING SYSTEM (TPS)
By: Dr. Mohammed Alojail College of Computer Sciences & Information Technology 1.
MIS 710 Module 0 Database fundamentals Arijit Sengupta.
PHASE 3: SYSTEMS DESIGN Chapter 7 Data Design.
Data Structure & File Systems Hun Myoung Park, Ph.D., Public Management and Policy Analysis Program Graduate School of International Relations International.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS MBNA ebay
CIS 321—IS Analysis & Design Chapter 1: The World of the Modern Systems Analyst.
Chapter 5 Lecture 2. Principles of Information Systems2 Objectives Understand Data definition language (DDL) and data dictionary Learn about popular DBMSs.
Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Discovering Computers Fundamentals, 2012 Edition Your Interactive Guide to the Digital World.
Copyright © 2003 by Prentice Hall Computers: Tools for an Information Age Chapter 13 Database Management Systems: Getting Data Together.
Computers Are Your Future Tenth Edition Chapter 13: Systems Analysis & Design Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
Objectives Overview Define the term, database, and explain how a database interacts with data and information Define the term, data integrity, and describe.
Introduction to Information Systems Class Agenda Instructor Introductions –Instructor –Class Objectives Competitive Advantages will be a key area Very.
By D r. V e e r a.
Simple Database.
© 2004 Ken Baldauf, All rights reserved. Why Study Computers? Using Computers to Achieve Goals Careers and Computers Computers and the Internet Computer.
Chapter 10  2000 by Prentice Hall Information Systems for Managerial Decision Making Uma Gupta Introduction to Information Systems.
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
Chapter 8 Database Applications and Implications.
Discovering Computers Fundamentals Fifth Edition Chapter 9 Database Management.
Professor Michael J. Losacco CIS 1110 – Using Computers Database Management Chapter 9.
Objectives Overview Define the term, database, and explain how a database interacts with data and information Describe the qualities of valuable information.
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)…
Chapter 13 Databases and Information Management. Explain why data and information are important to an organization Identify file maintenance techniques.
Technology In Action Chapter 11 1 Databases and… Databases and their uses Database components Types of databases Database management systems Relational.
Module 2: Information Technology Infrastructure Chapter 5: Databases and Information Management.
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.
ITGS Databases.
0 / Database Management. 1 / Identify file maintenance techniques Discuss the terms character, field, record, and table Describe characteristics.
1 Chapter 9 Database Management. Objectives Overview Define the term, database, and explain how a database interacts with data and information Describe.
© 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.
Chapter 11 Information and Data Management Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
Information Technology INT1001 Lecture 10 Databases and Information Systems 1.
Learning Objectives Understand the concepts of Information systems.
ERP and Related Technologies
Fundamentals of Information Systems, Sixth Edition Chapter 3 Database Systems, Data Centers, and Business Intelligence.
Managing Data Resources File Organization and databases for business information systems.
Chapter Ten Managing a Database.
Database Management Systems
MANAGING DATA RESOURCES
Computers Are Your Future
Chapter 3 Database Management
Database & Information Systems
Presentation transcript:

Databases and Information Systems

This chapter covers the essentials of databases. This topic is very important now that we have the means to obtain so much information. There needs to be a way to organize and retrieve this information. Databases and Information Systems

The topics covered will be:  Database Concepts: The Essentials  The Hierarchy of Data  Introducing Database Management Systems (DBMS)  Types of Database Programs  Client/Server Database Systems  The Internet Connection: Going Public with Data Databases and Information Systems

Topics cont.  Information Systems: Tools for Global Competitiveness  Computerized Information Systems (CIS): Serving an Organization’s Needs  Understanding Complex Organizations: The Power Pyramid Databases and Information Systems cont.

Topics cont.  Chain of Command  Characteristics of Valuable Information  Computers in the Retail Sector Databases and Information Systems cont.

Database Concepts: The Essentials  Terminology  Data  Database  Database programs  Information  Information systems  Database management systems (DBMS)

The Hierarchy of Data  Terminology  Bit  Characters  Fields  Field names  Data Types- text, numbers, currency,logical  Large units of data – memos, objects, BLOBS  Records – key field  Data file-collection of related records  Database- one or more related data files

The Hierarchy of Data

Introducing Database Management Systems (DBMS) Database management systems are designed to help people work with all aspects of data.  Data Integrity  Data validation –define acceptable input ranges  Alphabetic check  Numeric check  Range check  Consistency check  Completeness check  Data Independence

Introducing Database Management Systems (DBMS)  Avoidance of Data Redundancy Data redundancy is a characteristic of a poorly designed system.  Data Security  Data Maintenance

Types of Database Programs There are two types of database programs:  File Management Programs  One file at a time  Flat files,  no linking

Types of Database Programs  Database Management Systems (DBMS)  Can link data from two or more files  Relational database  Data dictionary  Normalization  Object-oriented database- newest type  Objects  Can incorporate sound, video, text and graphics

Types of Database Programs  Data Warehousing  Supplements the database management systems of other departments  Drill Down  Data Mining  Data Marts – support one division

Client/Server Database Systems Database server Is a professionally administered program that runs on a LAN. To access the data users run a client program.  Called Client/Server systems  Use Query language- SQL

The Internet Connection: Going Public with Data  Web-database Integration A variety of techniques used to make information available through the Internet or intranet connections. There is high demand for employees with skills with Web servers and all aspects of database information systems.

Information Systems: Tools for Global Competitiveness Business information systems make key information available to employees, managers, and executives and they rely on databases.

Computerized Information Systems (CIS): Serving an Organization’s Needs  Terminology  System  System life cycle

Computerized Information Systems (CIS): Serving an Organization’s Needs cont.  Computerized information system (CIS)  Provides essential services  Collects critical data  Includes data, etc.

Understanding Complex Organizations: The Power Pyramid  Functional Divisions of an Organization  Finance  Marketing and sales  Human resources  Operations  Information systems

Chain of Command  Senior management  Middle management  Operational management

Chain of Command cont.  Management functions  Planning  Organizing  Leading  Controlling

Characteristics of Valuable Information Not all information is valuable, and too often we have more information than we can use. To be valuable information must be:  Accessible  Accurate  Complete  Economical  Relevant

Characteristics of Valuable Information cont.  Reliable  Secure  Simple  Timely  Verifiable

Characteristics of Valuable Information cont.  Techniques of Information Reduction  Control Methods  Routing  Summarizing  Selectivity  Elimination

Information Systems in Organizations: A Survey  Transaction Processing System (TPS)  Day to day accounting needs  Batch processing  Online processing  Reports  Summary reports  Exception reports

Information Systems in Organizations: A Survey  Management Information System (MIS)  Decision Support System (DSS)  Executive Information System (EIS)  Expert System  Utilize artificial intelligence  Create interactive systems  Knowledge Management System

Information Systems in Organizations: A Survey cont.  Computer-Supported Cooperative Work (CSCW)  Electronic mail  videoconferencing  Workflow Automation  Business Process Reengineering (BPR)  The use of information technology to bring about major changes and cost savings in an organizations structure.

Computers in the Retail Sector  At the Checkout Stand  POS terminals  UPC  Credit card authorization  Call centers  PDN-to link POS terminals