select count(start_time) total_pv,count(submit_time) complete_pv, count(distinct exam_id and score is not null) complete_exam_cnt from exam_record;