Database Concepts and Applications in HRIS

Slides:



Advertisements
Similar presentations
C6 Databases.
Advertisements

Introduction to Databases
Information Systems Chapter 2 Organizing Data and Information.
Databases Chapter Distinguish between the physical and logical view of data Describe how data is organized: characters, fields, records, tables,
1 Basic DB Terms Data: Meaningful facts, text, graphics, images, sound, video segments –A collection of individual responses from a marketing research.
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
Database Management: Getting Data Together Chapter 14.
Organizing Data & Information
3-1 Chapter 3 Data and Knowledge Management
File Systems and Databases Hachim Haddouti
Information Technology in Organizations
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
BUSINESS DRIVEN TECHNOLOGY
Databases and Database Management Systems
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.
Professor Michael J. Losacco CIS 1150 – Introduction to Computer Information Systems Databases Chapter 11.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
COMPUTING FOR BUSINESS AND ECONOMICS-III. Lecture no.6 COURSE INSTRUCTOR- Ms. Tehseen SEMESTER- Summer 2010.
Week 1 Lecture MSCD 600 Database Architecture Samuel ConnSamuel Conn, Asst. Professor Suggestions for using the Lecture Slides.
5.1 © 2007 by Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
6-1 DATABASE FUNDAMENTALS Information is everywhere in an organization Information is stored in databases –Database – maintains information about various.
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
Chapter 6: Foundations of Business Intelligence - Databases and Information Management Dr. Andrew P. Ciganek, Ph.D.
2005 SPRING CSMUIntroduction to Information Management1 Organizing Data John Sum Institute of Technology Management National Chung Hsing University.
Organizing Data and Information AD660 – Databases, Security, and Web Technologies Marcus Goncalves Spring 2013.
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:
311: Management Information Systems Database Systems Chapter 3.
6 Chapter Databases and Information Management. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits.
I Information Systems Technology Ross Malaga 4 "Part I Understanding Information Systems Technology" Copyright © 2005 Prentice Hall, Inc. 4-1 DATABASE.
Relational Databases (MS Access)
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.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
Module 2: Information Technology Infrastructure Chapter 5: Databases and Information Management.
Chapter 4 Data and Databases. Learning Objectives Upon successful completion of this chapter, you will be able to: Describe the differences between data,
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 7 Storing Organizational Information - Databases.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 7 Storing Organizational Information - Databases.
Fanny Widadie, S.P, M.Agr 1 Database Management Systems.
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.
1 Database & DBMS The data that goes into transaction processing systems (TPS), also goes to a database to be stored and processed later by decision support.
Data resource management
AL-MAAREFA COLLEGE FOR SCIENCE AND TECHNOLOGY INFO 232: DATABASE SYSTEMS CHAPTER 1 DATABASE SYSTEMS Instructor Ms. Arwa Binsaleh.
McGraw-Hill/Irwin ©2009 The McGraw-Hill Companies, All Rights Reserved CHAPTER 6 DATABASES AND DATA WAREHOUSES CHAPTER 6 DATABASES AND DATA WAREHOUSES.
INTRODUCTION lecture1 1. Data base concept Data is a meaningless static value. What does 3421 means? Information is the data you process in a manner that.
Foundations of Business Intelligence: Databases and Information Management.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 7 Storing Organizational Information - Databases.
6.1 © 2007 by Prentice Hall Chapter 6 (Laudon & Laudon) Foundations of Business Intelligence: Databases and Information Management.
INFORMATION TECHNOLOGY DATABASE MANAGEMENT. A database is a collection of information organized to provide efficient retrieval. The collected information.
1 Management Information Systems M Agung Ali Fikri, SE. MM.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 7 Storing Organizational Information - Databases.
XP Chapter 1 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Level 2 Objectives: Understanding and Creating Table.
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.
Pengantar Sistem Informasi
IS 130 Information systems 1
Database Systems Chapter 3 1.
Fundamentals of Information Systems, Sixth Edition
Chapter 4 Relational Databases
Databases and Information Management
MANAGING DATA RESOURCES
File Systems and Databases
MANAGING DATA RESOURCES
Databases and Information Management
Databases and Information Management
Presentation transcript:

Database Concepts and Applications in HRIS Chapter 2 Database Concepts and Applications in HRIS

DATA, INFORMATION AND KNOWLEDGE Data Are The “Facts” Information Is The Interpretation Of Data Knowledge Is Information That Has Been Given Meaning (Whitehill, 1997). HR Professionals Use The Data And Information About Employees And Jobs To Make Strategic HR Recommendations And Decisions. Knowledge Data Information Michael J. Kavanagh, Mohan Thite, and Richard D. Johnson - Human Resource Information Systems: Basics, Applications, and Future Directions, 2e © 2012 SAGE Publications, Inc.

DATABASE MANAGEMENT SYSTEMS (DBMS) Set Of Software Applications Combined With a Database Enables Effective Management of Data Electronically Identifying The Data Necessary To Make HR Decisions Defining The Characteristics of That Data (e.g., Number Data vs. Character Data), Organizing Those Data Restricting Access To The Data Michael J. Kavanagh, Mohan Thite, and Richard D. Johnson - Human Resource Information Systems: Basics, Applications, and Future Directions, 2e © 2012 SAGE Publications, Inc.

DATABASE, DBMS, AND BUSINESS APPLICATIONS Michael J. Kavanagh, Mohan Thite, and Richard D. Johnson - Human Resource Information Systems: Basics, Applications, and Future Directions, 2e © 2012 SAGE Publications, Inc.

EARLY FILE STRUCTURES File-oriented Data Structures Record structure matches manual forms and procedures. Separate files are created, stored and maintained for each particular problem or application Problems with File-Oriented Data Structures Multiple files result in data redundancy and inconsistency Poor data control: Access to file gives a person access to all data in the file Inadequate data manipulation Excessive programming effort Michael J. Kavanagh, Mohan Thite, and Richard D. Johnson - Human Resource Information Systems: Basics, Applications, and Future Directions, 2e © 2012 SAGE Publications, Inc.

EARLY DBMS Hierarchical Database Model Network Database Model A database model n which the data is organized in a top-down or inverted tree-like structure. Network Database Model An extension of the hierarchical model or tree model. Instead of having only levels of one-to- many relationships, the network model is an owner-member relationship in which a member may have many owners. Michael J. Kavanagh, Mohan Thite, and Richard D. Johnson - Human Resource Information Systems: Basics, Applications, and Future Directions, 2e © 2012 SAGE Publications, Inc.

HIERARCHICAL AND NETWORK DBMS Figure 2.2 Hierarchical Structure Network Structure Dept 1 Project 1 2 Employee Dept 1 2 Project 3 employee 1 employee 2 Michael J. Kavanagh, Mohan Thite, and Richard D. Johnson - Human Resource Information Systems: Basics, Applications, and Future Directions, 2e © 2012 SAGE Publications, Inc.

RELATIONAL DATABASE MODEL Relational Model - the overall purpose of the relational model is to describe data using a standard tabular format. All data elements are placed in two- dimensional tables, called relations. Michael J. Kavanagh, Mohan Thite, and Richard D. Johnson - Human Resource Information Systems: Basics, Applications, and Future Directions, 2e © 2012 SAGE Publications, Inc.

RELATIONAL DBMS: DATA SHARING Data Sharing Between Different Functions Increased Use Of Integrated Business Applications (E.G., Enterprise Resource Planning) Data Sharing Between Different Levels Three Levels: Operational Employees, Managers, Executives Three Types Of Software Systems: Transaction Processing, Management Reporting, Decision Support (Hansen & Hansen, 1996) Michael J. Kavanagh, Mohan Thite, and Richard D. Johnson - Human Resource Information Systems: Basics, Applications, and Future Directions, 2e © 2012 SAGE Publications, Inc.

RELATIONAL DBMS: DATA SHARING Data Sharing Between Different Locations Manage Time/Day Of Transaction Determine Where To Store Components Michael J. Kavanagh, Mohan Thite, and Richard D. Johnson - Human Resource Information Systems: Basics, Applications, and Future Directions, 2e © 2012 SAGE Publications, Inc.

RELATIONAL DATABASE STRUCTURE Figure 2.3 Michael J. Kavanagh, Mohan Thite, and Richard D. Johnson - Human Resource Information Systems: Basics, Applications, and Future Directions, 2e © 2012 SAGE Publications, Inc.

KEY RELATIONAL DATABASE TERMINOLOGY Entities are things such as employees, jobs, promotion transactions, positions in a company, and so on. A attribute is a characteristic of an entity. Tables are used to store information about entities. One table is created for each entity. Attributes are stored as the columns (also called fields) in the table. Each table in a database contains rows. A row in a table is referred to as a record and represents an ‘instance’ of the entity. Michael J. Kavanagh, Mohan Thite, and Richard D. Johnson - Human Resource Information Systems: Basics, Applications, and Future Directions, 2e © 2012 SAGE Publications, Inc.

KEY RELATIONAL DATABASE TERMINOLOGY Relationships are created by having same attribute in each table with the value of the attribute being the same in each table. A primary key uniquely identifies the record. A foreign key is a primary key from one table stored as an attribute of another table. Michael J. Kavanagh, Mohan Thite, and Richard D. Johnson - Human Resource Information Systems: Basics, Applications, and Future Directions, 2e © 2012 SAGE Publications, Inc.

KEY RELATIONAL DATABASE TERMINOLOGY Query - a question you ask about the data stored in a database. A select query allows you to ask a question based on one or more tables in a database. An action query performs an action on the table on which it is based. A cross-tab query performs calculations on the values in a field and displays the results in a datasheet. Michael J. Kavanagh, Mohan Thite, and Richard D. Johnson - Human Resource Information Systems: Basics, Applications, and Future Directions, 2e © 2012 SAGE Publications, Inc.

KEY RELATIONAL DATABASE TERMINOLOGY A form is an object in a database that you can use to maintain, view, and print records in a database in a more structured manner. A report is a formatted presentations of data from a table, multiple tables or queries that is created as a printout or to be viewed on screen. Michael J. Kavanagh, Mohan Thite, and Richard D. Johnson - Human Resource Information Systems: Basics, Applications, and Future Directions, 2e © 2012 SAGE Publications, Inc.

REVIEW – COMPARISON OF DATABASE MODELS Hierarchical Model Primary Advantage: Processing Efficiency Network Model More Flexible Than Hierarchical Models In Terms Of Organizing Data Relational Database Model Easier To Control, More Flexible, And More Intuitive; By Far The Most Widely Used Michael J. Kavanagh, Mohan Thite, and Richard D. Johnson - Human Resource Information Systems: Basics, Applications, and Future Directions, 2e © 2012 SAGE Publications, Inc.

MS ACCESS Integrates Both Database Application And DBMS Into One Relational DBMS Handles Substantially More Data Than Spreadsheet Software Programs Can Model Relationships Michael J. Kavanagh, Mohan Thite, and Richard D. Johnson - Human Resource Information Systems: Basics, Applications, and Future Directions, 2e © 2012 SAGE Publications, Inc.

DESIGNING AN MS ACCESS DATABASE Determine User Needs Identify Data Fields Group Related Fields Into Tables Determine Each Table’s Primary Key Normalize The Data Determine Relationships Create Relationships Create Forms Create Queries Create Reports Enter Test Data Test The System Enter Or Populate The Database Michael J. Kavanagh, Mohan Thite, and Richard D. Johnson - Human Resource Information Systems: Basics, Applications, and Future Directions, 2e © 2012 SAGE Publications, Inc.

DATA WAREHOUSES, BUSINESS INTELLIGENCE AND DATA MINING An Organization’s Ability To Generate Meaningful Information To Make Good Decisions Is Only As Good As Its Underlying Database. HR Metrics Are Derived From The Organization’s Data Warehouse Business Intelligence Aids In The Creation Of Data Warehouses Data Mining Identifies Underlying Relationships Michael J. Kavanagh, Mohan Thite, and Richard D. Johnson - Human Resource Information Systems: Basics, Applications, and Future Directions, 2e © 2012 SAGE Publications, Inc.