Presentation is loading. Please wait.

Presentation is loading. Please wait.

Implementing an REA Model in a Relational Database

Similar presentations


Presentation on theme: "Implementing an REA Model in a Relational Database"— Presentation transcript:

1 Implementing an REA Model in a Relational Database
Chapter 18 Implementing an REA Model in a Relational Database Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall

2 Learning Objectives Integrate separate REA diagrams for individual business cycles into a single, comprehensive organization-wide REA diagram. Build a set of tables to implement an REA model of an AIS in a relational database. Explain how to write queries to retrieve information from an AIS relational database built according to the REA data model. Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall

3 REA Diagram—Revenue Cycle
Make Sale

4 REA Diagram—Expenditure Cycle

5 REA Diagram—Payroll Cycle
Get Time

6 REA Redundancies Separate REA for an organization will have redundant entities Resource Each resource entity must be connected to: The resource entity is linked to event entities in one business cycle and to event entities in the other cycle One event that increases the resource and, One event that decreases the resource No effect on cardinality Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall

7 REA Redundancies Events and Agents
Alters the minimum cardinalities associated with the other events that are related to the merged events or agents May be linked to either an event or agent that is part of one business cycle or to an event or agent that is part of another cycle but cannot be linked to both events or agents at the same time The minimum cardinality associated with the other events and agents must be 0 in the integrated REA diagram Copyright 2012 © Pearson Education, Inc. publishing as Prentice Hall

8 Integrated REA Diagram
Make Sale Get Time Expenditure Cycle Revenue Cycle Payroll Cycle

9 Cardinality Effect of Merging Resources
Make Sale Cardinalities between resource and entities remain the same. Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall

10 Cardinality Effect of Merging Events
The cardinality between Disburse Cash and Supplier and Employee (as payee) is now 0 to 1, that is, a disbursement can be made to the supplier or the employee but not both! Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall

11 Cardinality Effect of Merging Events
Disburse Cash Receive Inventory The cardinality between Disburse Cash and Receive Inventory and Time Worked is now 0 and 1, that is, a disbursement can be made to the for Accounts Payable (Receive Inventory) or Payroll (Time Worked) but not both! The cardinality between Disburse Cash and Supplier and Employee (as payee) is now 0 and 1, that is, a disbursement can be made to the supplier or the employee but not both! Supplier Employees (Cashier) Employees (as Payee) Get Time Employees Copyright 2012 Pearson Education, Inc. publishing as Prentice Hall

12 Rules for Creating Integrated REA Diagram
Every event must be linked to at least one resource. Every event must be linked to two agents who participate in that event. Every event that involves the disposition of a resource must be linked to an event that involves the acquisition of a resource. Every resource must be linked to at least one event that increments that resource and to at least one event that decrements that resource. If event A can be linked to more than one other event or agent, but cannot be linked simultaneously to all of those other events or agents, then the REA diagram should show that event A is linked to a minimum of 0 of each of those other events or agents.

13 Using REA Diagram to Create Relational Database
Advantage: Ensures the elimination of anomalies: Update Insert Delete Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall

14 REA to Database Steps Create a table for each distinct entity in the diagram and for each many-to- many relationship. Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall

15 REA to Database Steps Assign attributes to appropriate tables.
Identify primary keys: Attributes that uniquely identifies each record. For M:N relationships the primary key consists of two attributes that represent the primary keys of each entity linked in that relationship. Identify remaining attributes for table. Copyright 2012 © Pearson Education, Inc. publishing as Prentice Hall

16 REA to Database Steps Use foreign keys to implement one-to- one and one-to-many relationships. 1:1 Relationships Choice of which table to place foreign key is arbitrary, Often if events are sequential, the foreign key is placed in the later event of the sequence, 1:M Relationships Primary key of entity that can be linked to multiple instances of the other will become the foreign key in the other table. Copyright 2012 © Pearson Education, Inc. publishing as Prentice Hall

17 Retrieving Information from REA Database
Journals Information contained in event tables Ledgers Information contained in resource tables Financial statements Information contained in resources and Information on imbalances Accounts receivable Sales transactions for which customer payments have not yet been received Accounts payable Purchases from suppliers that have not yet been paid Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall


Download ppt "Implementing an REA Model in a Relational Database"

Similar presentations


Ads by Google