Skip to content

Affiche les différents types d'exam_question par produit

1
2
3
4
5
6
7
SELECT DISTINCT
    exam_question_type_code
FROM
    exam_part
    JOIN exam_question ON exam_question.exam_part_id = exam_part.id
WHERE
    product_code = 'EXAM';

Keywords

exam_question question produit