50 likes | 56 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.
E N D
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.