Chapter # 04Information and Databases Information and Database.

Slides:



Advertisements
Similar presentations
Chapter 1: The Database Environment
Advertisements

Irwin/McGraw-Hill Copyright © 2000 The McGraw-Hill Companies. All Rights reserved Whitten Bentley DittmanSYSTEMS ANALYSIS AND DESIGN METHODS5th Edition.
C6 Databases.
Management Information Systems, Sixth Edition
Predecessor to the Database: Traditional File Processing Records are stored in files. Programs are customized to process the data.
Databases Chapter Distinguish between the physical and logical view of data Describe how data is organized: characters, fields, records, tables,
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 10 Managing a Database.
12 CHAPTER DATABASES Databases are the key to accessing information throughout our lives. Used in hospitals, grocery stores, schools, department stores,
Database Management: Getting Data Together Chapter 14.
1 Introduction The Database Environment. 2 Web Links Google General Database Search Database News Access Forums Google Database Books O’Reilly Books Oracle.
Living in a Digital World Discovering Computers 2010.
1212 CHAPTER DATABASES. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved Competencies Distinguish between the physical and logical view.
Discovering Computers Fundamentals, 2011 Edition Living in a Digital World.
Business Driven Technology Unit 2 Exploring Business Intelligence Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution.
Databases Chapter 11.
Chapter 3: Data Modeling
BUSINESS DRIVEN TECHNOLOGY
Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 7 Information System Data Management.
Professor Michael J. Losacco CIS 1150 – Introduction to Computer Information Systems Databases Chapter 11.
Relational Databases What is a relational database? What would we use one for? What do they look like? How can we describe them? How can you create one?
Data at the Core of the Enterprise. Objectives  Define of database systems  Introduce data modeling and SQL  Discuss emerging requirements of database.
Chapter 9 Database Management
PHASE 3: SYSTEMS DESIGN Chapter 7 Data Design.
Data at the Core of the Enterprise. Objectives  Define of database systems.  Introduce data modeling and SQL.  Discuss emerging requirements of database.
5.1 © 2007 by Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
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.
1 Advanced Computer Programming Databases. Overview What is a database? Database Basics Database Components Data Models Normalization Database Design.
Objectives Overview Define the term, database, and explain how a database interacts with data and information Define the term, data integrity, and describe.
The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril Chapter 3 Content Management.
Information and Databases Chapter Outline 4 Data Modeling: Documenting Information Architecture 4 User’s View of a Computerized Database 4 Database Management.
1 California State University, Fullerton Chapter 7 Information System Data Management.
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
Chapter 6: Foundations of Business Intelligence - Databases and Information Management Dr. Andrew P. Ciganek, Ph.D.
Management Information Systems By Effy Oz & Andy Jones
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
Lecturer: Gareth Jones. How does a relational database organise data? What are the principles of a database management system? What are the principal.
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.
1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)…
Storing Organizational Information - Databases
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
Announcements. Data Management Chapter 12 Traditional File Approach  Structure Field  Record  File  Fixed All records have common fields, and a field.
MIS 327 Database Management system 1 MIS 327: DBMS Dr. Monther Tarawneh Dr. Monther Tarawneh Week 2: Basic Concepts.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 7 Storing Organizational Information - Databases.
CIS 210 Systems Analysis and Development Week 6 Part II Designing Databases,
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
File and Database Design Class 22. File and database design: 1. Choosing the storage format for each attribute from the logical data model. 2. Grouping.
Database and Information Management Chapter 9 – Computers: Understanding Technology, 3 rd edition.
Foundations of Business Intelligence: Databases and Information Management.
GLOBEX INFOTEK Copyright © 2013 Dr. Emelda Ntinglet-DavisSYSTEMS ANALYSIS AND DESIGN METHODSINTRODUCTORY SESSION EFFECTIVE DATABASE DESIGN for BEGINNERS.
Chapter 10 Database Management. Data and Information How are data and information related? p Fig Next processing data stored on disk Step.
1 DATABASE TECHNOLOGIES (Part 2) BUS Abdou Illia, Fall 2015 (September 9, 2015)
Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin APPENDIX C DESIGNING DATABASES APPENDIX C DESIGNING DATABASES.
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
1 Chapter 9 Database Management. Objectives Overview Define the term, database, and explain how a database interacts with data and information Describe.
Databases Chapter Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
2/20: Ch. 6 Data Management What is data? How is it stored? –Traditional management storage techniques; problems –DBMS.
Chapter 3: Relational Databases
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 1 Database Systems.
INFORMATION TECHNOLOGY DATABASE MANAGEMENT. A database is a collection of information organized to provide efficient retrieval. The collected information.
CSCI-235 Micro-Computers in Science Databases. Database Concepts Data is any unorganized text, graphics, sounds, or videos A database is a collection.
Management Information Systems by Prof. Park Kyung-Hye Chapter 7 (8th Week) Databases and Data Warehouses 07.
Chapter Ten Managing a Database.
MANAGING DATA RESOURCES
Database Design Chapter 7.
Presentation transcript:

Chapter # 04Information and Databases Information and Database

Chapter # 04Information and Databases Database “Is an organized collection of records/information that is made-up of related records.” “Refers to a structured collection of electronically stored data which is controlled, accessed through computers based on predefined relationships between predefined types of data items related to a specific business situation or problem”

Chapter # 04Information and Databases Database Management System : A DBMS is an integrated set of programs used to define, update and control databases. A DBMS is an integrated set of programs used to define, update and control databases. File : Is a set of related records that contains the same fields in the same order and same format. Is a set of related records that contains the same fields in the same order and same format. Record : Record is a set of fields, each of which is related to the same thing, person or event. Record is a set of fields, each of which is related to the same thing, person or event. Key : A key is field that uniquely identifies which person, thing or event the record describes. A key is field that uniquely identifies which person, thing or event the record describes. Field : A field is a group of characters that have a predefined meaning. A field is a group of characters that have a predefined meaning.

Chapter # 04Information and Databases Types of Data Pre-defined data Items TextImagesAudioVideo

Chapter # 04Information and Databases Data Modeling : The process of defining what data is used or produced in an information system and how that data is organized. Entities :The specific things, database collects data about. Entity type :The kind of things, data is collected about Relationship :The way specific entities of one type might related to specific entities of the other type

Chapter # 04Information and Databases Entity Relation Diagram :Technique for identifying the entity types in a situation and diagramming the relationship between those entity types. Type of Relationships : One-to-One relationshipOne-to-One relationship One to Many relationshipOne to Many relationship Many to Many relationsMany to Many relations

Relational Structure of Databases Primary Key Filed: A column which uniquely identifies a in a table Foreign Key: Which refer to a specific record of an other table. Properties of Key Field : Unique, Not Null, and Indexed

Data Modeling – Entity Relation Diagram

Chapter # 04Information and Databases Types of Databases Relational Databses Multi-Dimensional Databases Data Warehouse Geographical Information systems Text and Image databases Hyper Databases and Web Web page HTMLURL Indexes and Search Engines

Data Warehousing

Chapter # 04Information and Databases Roles of DBMS Controlling and Organizing data to increase its value Efficient way to organize data Efficient way to organize data Improves data Accuracy Improves data Accuracy Discouraging Data Redundancy Discouraging Data Redundancy Flexibility Flexibility Supports Data Security (controlled access / recovery procedures) Supports Data Security (controlled access / recovery procedures) Making Programming more efficient Provides consistent and centralized defining methods Provides consistent and centralized defining methods

Chapter # 04Information and Databases Range of DBMS Functions Defining the database Data Definition Data Definition Data Dictionary Data Dictionary Methods of Accessing data in a Computer Systems Sequential Access Sequential Access Direct Access Direct Access Indexed Sequential Access (ISAM) Indexed Sequential Access (ISAM) Processing transactions Controlling Distributed Databases Backup and Recovery Supporting Database Administration

Chapter # 04Information and Databases Evaluating Data as a Source (Usefulness) Information Quality : Accuracy Precision Accuracy Precision CompletenessAge CompletenessAge TimelinessSource TimelinessSource Information Accessibility: AvailabilityAdmissibility AvailabilityAdmissibility Information Presentation : Level of SummarizationFormat Level of SummarizationFormat Information Security : Access RestrictionEncryption Access RestrictionEncryption

Chapter # 04Information and Databases Models as Component of IS Mental Models Mathematical Model What-if Questions Virtual Reality : The Ultimate interactive Model