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