SELECT, IMPLEMENT & USE TODAY’S ADVANCED BUSINESS SYSTEMS

Slides:



Advertisements
Similar presentations
Chapter 10: Designing Databases
Advertisements

Accounting System Design
Relational Databases Chapter 4.
ASP.NET Database Connectivity I. 2 © UW Business School, University of Washington 2004 Outline Database Concepts SQL ASP.NET Database Connectivity.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
Information systems and databases Database information systems Read the textbook: Chapter 2: Information systems and databases FOR MORE INFO...
Data at the Core of the Enterprise. Objectives  Define of database systems  Introduce data modeling and SQL  Discuss emerging requirements of database.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
Transforming Data Models into Database Designs
Chapter 4 Relational Databases and Enterprise Systems
Chapter 5 Database Processing.
IS 466 ADVANCED TOPICS IN INFORMATION SYSTEMS LECTURER : NOUF ALMUJALLY 3 – 10 – 2011 College Of Computer Science and Information, Information Systems.
© Pearson Education Limited, Chapter 2 The Relational Model Transparencies.
Data at the Core of the Enterprise. Objectives  Define of database systems.  Introduce data modeling and SQL.  Discuss emerging requirements of database.
I Copyright © 2004, Oracle. All rights reserved. Introduction.
1 Overview of Databases. 2 Content Databases Example: Access Structure Query language (SQL)
Introduction to Accounting Information Systems
Introduction to SQL Steve Perry
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
Simple Database.
Chapter 9 Designing Databases Modern Systems Analysis and Design Sixth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich.
MIS 301 Information Systems in Organizations Dave Salisbury ( )
1 Copyright © 2004, Oracle. All rights reserved. Introduction.
7 1 Chapter 7 Introduction to Structured Query Language (SQL) Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
Database Design and Management CPTG /23/2015Chapter 12 of 38 Functions of a Database Store data Store data School: student records, class schedules,
Created by, Author Name, School Name—State FLUENCY WITH INFORMATION TECNOLOGY Skills, Concepts, and Capabilities.
CHAPTER 3 DATABASES AND DATA WAREHOUSES. 2 OPENING CASE STUDY Chrysler Spins a Competitive Advantage with Supply Chain Management Software Chapter 2 –
Copyright 2006 Prentice-Hall, Inc. Essentials of Systems Analysis and Design Third Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter.
© 2009 Pearson Education, Inc. Publishing as Prentice Hall 1 Chapter 7 (Part a): Introduction to SQL Modern Database Management 9 th Edition Jeffrey A.
1 Introduction to Oracle Chapter 1. 2 Before Databases Information was kept in files: Each field describes one piece of information about student Fields.
1 © Prentice Hall, 2002 Chapter 5: Logical Database Design and the Relational Model Modern Database Management 6 th Edition Jeffrey A. Hoffer, Mary B.
Data Driven Designs 99% of enterprise applications operate on database data or at least interface databases. Most common DBMS are Microsoft SQL Server,
The University of Akron Dept of Business Technology Computer Information Systems The Relational Model: Concepts 2440: 180 Database Concepts Instructor:
© 2009 Pearson Education, Inc. Publishing as Prentice Hall 1 Chapter 5 (Part a): Logical Database Design and the Relational Model Modern Database Management.
Chapter 3: Relational Databases
1 10 Systems Analysis and Design in a Changing World, 2 nd Edition, Satzinger, Jackson, & Burd Chapter 10 Designing Databases.
uses of DB systems DB environment DB structure Codd’s rules current common RDBMs implementations.
XP Chapter 1 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Level 2 Objectives: Understanding and Creating Table.
1 Copyright © 2005, Oracle. All rights reserved. Oracle Database Administration: Overview.
12. Chapter 12: Designing Databases Systems Analysis and Design in a Changing World, Fourth Edition 12.
CompSci 280 S Introduction to Software Development
INTRODUCTION TO DATABASES (MICROSOFT ACCESS)
Business System Development
Chapter 4 Logical Database Design and the Relational Model
Chapter 4: Logical Database Design and the Relational Model
Client/Server Databases and the Oracle 10g Relational Database
CHAPTER 7 DATABASE ACCESS THROUGH WEB
Chapter 6 - Database Implementation and Use
COMSATS INSTITUTE OF INFORMATION TECHNOLOGY, VEHARI
Implementing an REA Model in a Relational Database
IS444: Modern tools for applications development
Chapter 4 Relational Databases
IS444: Modern tools for applications development
Implementing an REA Model in a Relational Database
RELATIONAL DATABASE MODEL
Databases and Information Management
CS 174: Server-Side Web Programming February 12 Class Meeting
Chapter 9 Designing Databases
Accounting System Design
Database Fundamentals
File Systems and Databases
Teaching slides Chapter 8.
Insert, Update, Delete Manipulating Data.
PHP and MySQL.
CHAPTER 4: LOGICAL DATABASE DESIGN AND THE RELATIONAL MODEL
Accounting System Design
Databases and Information Management
Database Connectivity and Web Development
DATABASE Purpose of database
Course Instructor: Supriya Gupta Asstt. Prof
Presentation transcript:

SELECT, IMPLEMENT & USE TODAY’S ADVANCED BUSINESS SYSTEMS MODERN ERP SELECT, IMPLEMENT & USE TODAY’S ADVANCED BUSINESS SYSTEMS Second Edition Chapter 2: ERP Technology

IT Infrastructure for ERP Early systems mainframe based 1990’s client server, three- tier Client – fat client/thin client Application (business logic) Database Figure 2-1: Three-Tier Architecture

ERP Interface With ERP software, the GUI can take the form of a dashboard customized to suit the needs and preferences of a set of users or a specific user. Can include: Business process activity based on production or logistics information. Tasks, reminders and other notifications. Calendaring and scheduling resources. Messaging including email, instant messaging and telephone traffic. Official communications from designated sources.

SAS Portal Figure 2-2: SAS Institute Dashboard Source: SAS Institute, Inc. Figure 2-2: SAS Institute Dashboard

Back Office/Front Office Back-office software (Core ERP) –HR, Financials, and Operations Front-office software integrates with customers and suppliers – supply chain management and customer relationship management Bolt-ons are used to integrate more functionality to Core ERP HR, financials, and operations Figure 2 -3: Core ERP and ERP Bolt-Ons

Relational Database Terminology Tables are relations Tables and forms (visuals of tables) show up on screens in ERP menus. Fields are attributes in the table (in columns) Records are instances in the table (in rows) Each table has a primary key that is the unique. Usually the primary key is some sort of code. Can not be null or empty Entity integrity rule The primary key in one table becomes the foreign key in another table so the tables can connect and querying can take place. Referential integrity rule

Entity-Relationship Diagram ERDs are a type of system diagramming that show relationships between tables. Relationships are rules that show how tables relate to one another. Types of relationships One-to-one: the primary key of one table is associated with only one record in another table One-to-many: the primary key of one table is associated with more than one record in another table Many-to-many: the primary key in one table is associated with more than one record in a second table and the primary key in the second table is associated with more than one record in the first table

Relational Database Example Figure 2-4: Relational Database Overview

Database Query and Manipulation A query is a question asked of the database. Again, ERP systems have many standard queries coded into the software in the form of menus. Menus can be customized to add/change/delete queries. Structured Query Language (SQL) is a database querying language Simple Query – returns a response without changing the database Update Query – changes records in a database Data Manipulation – operations alter the database Inserting new rows into tables Updating existing rows Deleting rows from tables

Configure vs. Customize ERP Configuration involves “setting switches” during implementation that determine how the system will execute business processes. Example of configuring: reporting relationships, options having to do with how business processes work, auditing mechanisms, organizational structure. Customization is changing software code. This is expensive and time consuming. Only do if necessary and believed to lead to a competitive advantage. Don’t customize because you feel your employees will resist a new way of work….that is the point of ERP! Vanilla is not customizing the software.