Syntax: Sorting in SQL. • ID: #183 Code SELECT * FROM users ORDER BY created_at DESC LIMIT 15; Notes You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests. ← Prev Next →