Vehicle Trading Company Database: ER Diagram, Table Descriptions
VerifiedAdded on 2020/03/16
|3
|736
|354
Project
AI Summary
This assignment details the database design for a vehicle trading company, encompassing both new and used vehicles. The solution begins with a comprehensive model description outlining the entities involved: vehicles, manufacturers, clients, and salespersons. It proceeds to an Entity-Relationship (ER) Diagram illustrating the relationships between these entities. A relational data model is then presented, defining the tables and their attributes, including data types and constraints. The tables include 'person', 'manufacturer', 'manu_address', 'vehicle', 'new_vehicle', 'new_vehicle_extra', 'used_vehicle', 'sale', and 'sales_person_sale'. Each table is meticulously described, specifying attribute names, data types, and any constraints, such as primary and foreign keys. This design facilitates efficient storage and retrieval of vehicle information, manufacturer details, client data, and sales records, enabling effective management of the trading company's operations.
1 out of 3