ERD 3

PHOTO EMBED

Fri Jun 07 2024 19:23:48 GMT+0000 (Coordinated Universal Time)

Saved by @exam123

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 |
                          +---------------+   +---------------+
content_copyCOPY