select user_profile.device_id,question_id,result
from user_profile,question_practice_detail
where question_practice_detail.device_id = user_profile.device_id
and university = '浙江大学';