select exam_id , left(tag, instr(tag, ',') - 1) , substring_index(substring_index(tag, ',', -2), ',', 1) difficulty , substring_index(tag, ',',&nb...