Presentation is loading. Please wait.

Presentation is loading. Please wait.

Database Design Using the REA Data Model

Similar presentations


Presentation on theme: "Database Design Using the REA Data Model"— Presentation transcript:

1 Database Design Using the REA Data Model
Chapter 17 Database Design Using the REA Data Model Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall

2 Learning Objectives Discuss the steps for designing and implementing a database system. Use the REA data model to design an AIS database. Draw an REA diagram of an AIS database. Read an REA diagram and explain what it reveals about the business activities and policies of the organization being modeled. Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall

3 Database Design Process
System Analysis Conceptual Design Physical Design Implementation & Conversion Operation & Maintenance Copyright 2012 © Pearson Education, Inc. publishing as Prentice Hall

4 The System Analysis Process
Systems analysis initial planning to determine the need for and feasibility of developing a new system. judgments about the proposal’s technological and economic feasibility. identify user information needs define the scope of the proposed new system gather information about the expected number of users and transaction volumes to make preliminary decisions about hardware and software requirements. Conceptual design developing the different schemas for the new system at the conceptual, external, and internal levels. Physical design translating the internal- level schema into the actual database structures that will be implemented in the new system new applications are developed Implementation and Conversion Includes all the activities associated with transferring data from existing systems to the new database AIS testing the new system training employees Maintaining the new system. Copyright 2012 © Pearson Education, Inc. publishing as Prentice Hall

5 Data Modeling Process of defining an Information System so it represents an organizations requirements. Occurs at two stages of the Design Process: System Analysis Conceptual Design Data Models: Data Flow Diagrams (Chapter 3) Flow Charts (Chapter 3) Entity-Relationship Diagrams (Chapter 17) Copyright 2012 © Pearson Education, Inc. publishing as Prentice Hall

6 Entity Relationship Diagrams
Used to graphically represent a database schema Depicts Entities Anything an Organization wants to collect information about Relationships between Entities Copyright 2012 © Pearson Education, Inc. publishing as Prentice Hall

7 E-R Diagram Variations
Copyright 2012 © Pearson Education, Inc. publishing as Prentice Hall

8 Resources-Events-Agents Diagram
Developed for designing AIS Categorizing Entities into: Resources Organization Acquires and Uses (Give/Get) Things that have economic value Events Business Activities Management wants to Manage and Control Typically the Activates that comprise an Business Cycle Agents People and Organizations that participate in Events Copyright 2012 © Pearson Education, Inc. publishing as Prentice Hall

9 Basic REA Diagram Resources Events Agents Employee Inventory Sales
Customer Cash Receive Cash Employee Copyright 2012 © Pearson Education, Inc. publishing as Prentice Hall

10 REA Diagram Rules Each event is linked to at least one resource that it affects. Get Events Increase the Quantity of a Resource Give Events Decrease the Quantity of a Resource Commitment Events No Change in the Quantity of a Resource Usually Change occurs in the future Sales Order, Purchase Order Each event is linked to at least one other event. Give-Get Commitment Show cause-effect relationships E.g. Order leads to Sales Each event is linked to at least two participating agents. External Party Involvement One Internal (Employee) One External (Outside Party, Customer Vendor) Internal Party Involvement One Internal (Transfers responsibility over resource) One External (Assumes responsibility over resource) Copyright 2012 © Pearson Education, Inc. publishing as Prentice Hall

11 Basic REA Diagram Resources Events Agents Employee Inventory Sales
Customer Cash Receive Cash Employee Copyright 2012 © Pearson Education, Inc. publishing as Prentice Hall

12 Business Cycle Give-Get Relationships
Copyright 2012 © Pearson Education, Inc. publishing as Prentice Hall

13 Developing an REA Diagram
Identify the events about which management wants to collect information. Identify the resources affected by each event and the agents who participate in those events. What economic resource is reduced by the “Give” event? What economic resource is acquired by the “Get” event? What economic resource is affected by a commitment event? Determine the cardinalities of each relationship. Copyright 2012 © Pearson Education, Inc. publishing as Prentice Hall

14 Revenue Cycle Activities
Sales order entry Commitment Shipping/Fill Order Give Billing Information Processing Cash collections Get Copyright © Pearson Education, Inc. publishing as Prentice Hall

15 REA Diagram Guidelines
Resources on the Left Agents on the Right Events in the Middle Event Order should correspond to Timing of Event from Top-to- Bottom Copyright 2012 © Pearson Education, Inc. publishing as Prentice Hall

16 Revenue Cycle REA Diagram
Copyright 2012 Pearson Education, Inc. publishing as Prentice Hall

17 Cardinalities Describe the nature of relationships between entities
how many instances of one entity can be linked to each specific instance of another entity Minimum can be: 0 or 1 Maximum can be: 1 or Many Read Inner to Outer Inner = Minimum Outer = Maximum Copyright 2012 © Pearson Education, Inc. publishing as Prentice Hall

18 Three Types of Relationships
Relationship type is based on Maximum Cardinality: One-to-One: One-to-Many: Many-to-Many: Read Inner to Outer Inner = Minimum Outer = Maximum Copyright 2012 © Pearson Education, Inc. publishing as Prentice Hall

19 Cardinalities = Business Policy
Each Sale is related to one Cash Receipt No installment Payments Each Cash Receipt is related to only one Sale Customers must pay for each unique sale Separately Copyright 2012 © Pearson Education, Inc. publishing as Prentice Hall

20 Cardinalities = Business Policy
Each Sale may be related to one or more Cash Receipts Installment Payments are allowed Each Cash Receipt is related to only one Sale Customers must pay for each unique sale Separately Each Sale is related to only one Cash Receipts No Installment Payments Each Cash Receipt is related to one or more Sales Ability to pay for multiple Sales with one Payment (e.g. after receiving a monthly invoice) Sales Receive Cash Copyright 2012 © Pearson Education, Inc. publishing as Prentice Hall

21 Cardinalities = Business Policy
Each Sale may be related to one or more Cash Receipts Installment Payments are allowed Each Cash Receipt is related to one or more Sales Customers may pay for multiple sales with one payement Copyright 2012 © Pearson Education, Inc. publishing as Prentice Hall

22 One-to-One Cardinality
Customer Sales Copyright 2012 © Pearson Education, Inc. publishing as Prentice Hall

23 One-to-Many Cardinality
Customer Sales Copyright 2012 © Pearson Education, Inc. publishing as Prentice Hall

24 Many-to-Many Cardinality
Customer Sales Copyright 2012 © Pearson Education, Inc. publishing as Prentice Hall

25 Revenue Cycle REA Diagram
Agent:Event is 1:N This allows for an Agent to be related with multiple events (e.g. a Customer can have many Orders/Sales/Payments) Note: the optional minimum cardinality, this denotes that an Agent does NOT have to be related to an Event Event:Agent is N:1 This means that each event can only be related to one agent (and only one) Copyright 2012 Pearson Education, Inc. publishing as Prentice Hall

26 Revenue Cycle REA Diagram
Resource:Event is N:N The same inventory Item can be linked to multiple sales (non-unique inventory) Note: the optional minimum cardinality, this denotes that an Inventory item does NOT have to be related to an Order/Sale Event:Resource is N:N This means that each Order/Sale can can be related to multiple Inventory items, but must be to at least one Copyright 2012 Pearson Education, Inc. publishing as Prentice Hall

27 Revenue Cycle REA Diagram
Resource:Event is 1:N A cash account may be related to multiple Cash Receipts Note: the optional minimum cardinality, this denotes that a Cash Account does NOT have to be related to an Cash Receipt Event:Resource is N:1 This means that each Cash Receipts must be related to one and only one Cash Account. Copyright 2012 Pearson Education, Inc. publishing as Prentice Hall

28 Revenue Cycle REA Diagram
Event:Event is 1:1 The maximum cardinality reflects the policy that an Order can only be for One Sale and each Sale must be from One order - Event:Event is 0:0 The minimum cardinality reflects the sequence of events. You can have a Sale without an Order and an Order that has been placed but has not resulted in a Sale Copyright 2012 Pearson Education, Inc. publishing as Prentice Hall

29 Revenue Cycle REA Diagram
Event:Event is N:N The maximum cardinality reflects the policy that a Cash Receipt can be for multiple Sales and a Sale may be paid in installments. Sale:Receive Cash minimum cardinality is optional since a payment may not have been received. Receive Cash:Sales minimum cardinality is 1 because each Payment must be for a Sale (i.e. no Advanced payments) Copyright 2012 Pearson Education, Inc. publishing as Prentice Hall


Download ppt "Database Design Using the REA Data Model"

Similar presentations


Ads by Google