Question: Create an appropriate Entity Relationship Diagram (ERD) for the data associated with an online application. This ERD should include the user accounts, posts and re-posts

Create an appropriate Entity Relationship Diagram (ERD) for the data associated with an online application. This ERD should include the user accounts, posts and re-posts tables. To get you started, you can follow the example given below.

User table

The User table collect attributes: user_id(*primary key), user_email, user_name, user_password user_DOB, User_image and etc.

Post table

The post table collect attributes: post_id(*primary key), user_id (+foreign key), post_detail, post_date, URL and etc.

Re-post table

What attributes should Re-post table collect?

user post user id email user name password DOB user_image post_id +userid KI content time URL

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!