Here's a couple MySQL challenges. No tricks or gotchas, just straightforward MySQL queries.
We generally use TablePlus when making SQL queries, but you can also use the command line or whatever you're most comfortable with.
Here's an example query to get all orders on WooCommerce site:
SELECT
*
FROM