ERD 8

PHOTO EMBED

Fri Jun 07 2024 19:26:01 GMT+0000 (Coordinated Universal Time)

Saved by @exam123

8) Flipkart ER Diagram:

                                    +-------------+
                                    |   Customer  |
                                    +-------------+
                                    | customer_id (PK)
                                    | name
                                    | email
                                    | address
                                    +-------------+
                                            |
                                            |
                                  +---------+---------+
                                  |                   |
                          +-------+-------+   +-------+-------+
                          |   Places      |   |     Product   |
                          |   Order       |   +---------------+
                          +---------------+   | product_id (PK)|
                          | order_id (PK) |   | name          |
                          | customer_id (FK)|  | price         |
                          | order_date    |   | description   |
                          | status        |   +---------------+
                          +---------------+
                                                |
                                                |
                                    +-----------+-----------+
                                    |                       |
                            +-------+-------+   +-----------+-------+
                            |   Contains    |   |    Sold_by       |
                            +---------------+   +-------------------+
                            | order_id (FK) |   | product_id (FK)  |
                            | product_id (FK)|  | seller_id (FK)   |
                            | quantity      |   | quantity_sold    |
                            +---------------+   | price            |
                                                +-------------------+
content_copyCOPY