SQL cumulative project question 7

I don’t understand why is hint so complicated. Can the answer be:

SELECT *
FROM active_patients
ORDER BY id DESC
LIMIT 2;

I would really like the answer if my query is off.