KIT712 Assignment 1: Database Design for eBay - ER Diagram & Model
VerifiedAdded on  2022/10/02
|4
|673
|13
Project
AI Summary
This document details the design of a database for eBay, an e-commerce platform. It begins by outlining the business rules governing the platform's functionality, such as user accounts, feedback mechanisms, supplier-product relationships, and order processing. Following the business rules, an Entity-Relationship (ER) diagram is presented, illustrating the entities involved (user, account, feedback, address, orderlist, order_product, product, supplier, check_updates, place_order, payment, and shipment) and their relationships using crow's foot notation. The document then translates the ER diagram into a relational model, converting entities into relations and defining primary and foreign keys. Finally, it presents the relational schema, specifying attributes, data types, sizes, and keys for each table in the database, providing a comprehensive blueprint for the eBay database.
1 out of 4