select student_id,count(*) from yourTableName 
group by student_id having count(*) > 1;