Format and beautify complex SQL queries for readability.
SELECT * FROM users WHERE status="active" AND age>18 ORDER BY created_at DESC LIMIT 10;