University Database Project: AAS Database Entity Relationship Diagram
VerifiedAdded on 2020/03/04
|7
|737
|293
Project
AI Summary
This document presents an Entity Relationship Diagram (ERD) for the AAS database, a project likely for a database design or management course. It begins with an ER diagram and then outlines several business rules, such as the different types of employees (salesperson, admin, mechanic) and the constraints on their roles. The document then details the assumptions made during the design process, such as customer addresses and employee contact information. The core of the document is the entity and attribute descriptions, which define the various entities (EMPLOYEE, MECHANIC, SALESPERSON, ADMIN, COMPLAINT, CUSTOMER, SERVICE, PART_TYPE, CAR) and their associated attributes (e.g., employeeNo, name, roleDescription for EMPLOYEE; customerID, customerName, address for CUSTOMER). Each attribute is clearly defined, providing a comprehensive overview of the data model. The document concludes with a list of references, indicating the sources used to inform the design and approach.
1 out of 7