3) Online Auction System ER Diagram:
+-------------+
| User |
+-------------+
| user_id (PK)|
| username |
| email |
| address |
+-------------+
|
|
+---------+---------+
| |
+-------+-------+ +-------+-------+
| Places | | Item |
| Bid | +---------------+
+---------------+ | item_id (PK) |
| bid_id (PK) | | name |
| user_id (FK) | | description |
| item_id (FK) | | starting_price|
| amount | | current_price |
+---------------+ +---------------+
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter