USE contest;
SELECT * FROM lable
WHERE primaryLanguage = 'Java'
ORDER BY stargazerCount DESC
LIMIT 100;