Question: USER ( UserID , Username, LName,FName, Age, Gender, Email ) USER _ ACTIVITY ( ActivityID , UserID, SocialMediaID,UsageID ) USAGE ( UsageID , UserID,SocialMediaID,Start _

USER(UserID, Username, LName,FName, Age, Gender, Email)
USER_ACTIVITY(ActivityID,UserID, SocialMediaID,UsageID)
USAGE(UsageID,UserID,SocialMediaID,Start_Time,End_Time,Duration)
ACTIVITYID(ActivityID, Description)
ACCOUNTS(AccountID, UserID,SocialMediaID)
SOCIAL_MEDIA(SocialMediaID, SocialMediaName, PurposeID)
PURPOSE(PurposeID, PurposeName)
Create a visual representation of your database design using Crows foot notation. The
ERD diagram should include all the elements (e.g., entities, attributes, relationships,
cardinalities).(Hint: Differentiate weak versus strong entities, illustrate non-identifying
versus identifying relationships, notate the PK, and justify minimum and maximum
cardinalities and metadata (e.g., field type and field size).
Discuss why referential integrity is important in developing a database design.
Provide three requests or queries in statement form along with the SQL statement that
would be used to achieve the output needed

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!