These days, with Entity Framework Core being so good, it became rare that developers had to write their own SQL queries. Of course this is a great productivity one and even helps us to avoid security issues like SQL injection but this all comes with a cost.
I noticed that most (junior) developers no longer are able to write anything but the most trivial SQL queries. Time to fix that!
If you want to sharpen your SQL skills, have a look at https://www.sql-practice.com/.
Here you get a whole list of exercises that require writing SQL queries. If you get stuck hints are available that help you get on the right track: