Ok, I tried to solve this problem in about 2 hours ... Please report:
Tables:
PROFILE [id (int), name (varchar), ...] SKILL [id (int), id_profile (int), id_app (int), lvl (int), ...] APP [id (int), ...]
Lvl can basically go from 0 to 3.
I am trying to get this specific stat: "What is the percentage of applications that are reached by at least two people who have skill 2 or higher?"
thanks a lot
source share