Help me in solving SQLP09 problem

My issue

Rearrange the following code
SELECT
FROM
category_description cd
complaint_category cc ON cc.category_id = cd.category_id
WHERE
cc.category_id = 1
INNER JOIN
cc.category_id, cc.category_name, cd.subcategory_id, cd.reason
;

Learning course: SQL Practice Queries
Problem Link: Rearrange the query - 1 Practice Problem in SQL Practice Queries