00:01
Based on the functional description provided, following are the main entities in the purchasing department of automata inc.
00:12
First one is department represents the different departments with automata inc that build specific vehicle.
00:25
Vehicle then vehicle represents the different types of vehicles produced by automata inc.
00:43
Each department is responsible for building a specific type of vehicle.
00:48
Then order represents the order placed by a department to purchasing department for specific component and order can contain multiple items.
01:03
Then item represents the specific component required requested in an order.
01:12
Each item may have several supplier.
01:15
Now supplier represents the supplier from whom items can be ordered.
01:23
Now assumptions based on understanding of the problem.
01:27
Each department can place multiple orders and each order can contain multiple items.
01:32
Each item can be ordered from multiple suppliers and inventory is maintained to track the availability of items in stock.
01:40
When an item is not in inventory, it needs to be ordered from a supplier.
01:45
The database will store information about orders, items, suppliers and inventory to facilitate the tracking and delivery of materials.
01:56
I am unable to directly create visual context like crows foot erd diagrams.
02:02
However, i can provide you with a textual representation of the crows foot erd for automata inc based on the entities identified and assumptions made...