select t1.device_id
    ,t2.question_id
    ,t2.result
  from user_profile t1 
  join question_practice_detail t2 
    on t1.device_id = t2.device_id
 where t1.university = '浙江大学'
order by t2.question_id