Query

SELECT
    id,
    created_at,
    name,
    source_lang,
    translations_langs
FROM qwnogpy_ww21770_datasharing.core.courses
WHERE is_translation_published
ORDER BY created_at DESC 

Description

To go further

Fetch the translations of a course

Fetch the elements of a course