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 URLStep by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
