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