I am currently employed in a full time job as a Software Engineer. I am interested in solving problems in Computer Science.
SELECT Stackoverflow.questions
FROM Stackoverflow
INNER JOIN MyCV
ON Stackoverflow.questionType=MyCV.Skills
ORDER BY MyCV.SkillPriority;