Employee Management and Transaction System
50 likes | 60 Views
This project entails designing a database system for managing employee details, purchase requests, and check-out transactions. It includes 15 essential business rules such as assigning transactions to employees and linking purchase requests to transactions. The data model is fully attributed, ensuring comprehensive information organization.
Employee Management and Transaction System
E N D
Presentation Transcript
DB Project Yong Choi
Business Rules • 15 business rules.. • Each Check Out Transaction must be assigned to one employee. Each employee can have many Check Out Transaction. • Each Purch Request must be requested by at least one employee. Each employee can have many Purch Requests. • Each Check Out Transaction can be caused by one Purch Request. Each Purch Request might cause one Check Out Transaction.