Answered step by step
Verified Expert Solution
Question
1 Approved Answer
SQL Questions Database Design: Please Answer all of the following questions: SQL statements (with expected outputs) and assumptions made for queries as follows: Generate a
SQL Questions
Database Design:
Please Answer all of the following questions:
SQL statements (with expected outputs) and assumptions made for queries as follows:
- Generate a list of paired users who are following each other mutually. For example, A is following B and B is following A (in other words, A is following B and A is also followed by B)
- Generate a list of First Positions with their Activity Date, User Name & Personal Best Detail.
- Generate a list of users who have received > 5 Kudos in average for each activity
- Compute monthly active social networks, i.e., for each user, list out his/her followers, who have given him/her >=5 Kudos for each months activities
- Conduct social comparison analysis, i.e., for each user, list out his or her weekly average activity distance and weekly average activity duration. Additionally, compute the weekly averages for his social networks (i.e., no of followers & followings)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started