gentle_dawn_6511
Warden
Top 7.8%
Member Nº 1951
Joined Jun 2026
SQL
Storage Optimization
Ranking
Aggregate Window Fns
Python
Nested Dicts
Guard Clauses
Nested Loops
Spark
Exploding Arrays
Catalyst Optimizer
Salting Strategy
Data Modeling
Self-Referential
Many-to-Many
One-to-One
Solved
SQL4
Python2
Milestones
First milestone at 10 problems solved.
531 runs in the past 26 weeksActive days: 12 · Max streak: 4
MarAprMayJunJulAugSep
Recent solves
Calculate the per-unit price by dividing total_amount by quantity
SQL · medium · lesson
Select product_name and use CAST to convert price to DECIMAL(10,2)
SQL · medium · lesson
Select product_name, price, and in_stock from products, but only where in_stock IS NOT NULL.
SQL · medium · lesson
Find users whose email address is NULL
SQL · medium · lesson
Union the usernames from users with account_status 'active' and the user_ids cast to varchar from tr
SQL · medium · lesson
Return user_id and username from users where user_id is in the set of user_ids that appear in transa
SQL · medium · lesson
Using a CTE named big_spenders that selects user_id and SUM(total_amount) AS total from transactions
SQL · medium · lesson
Use a CTE to calculate average session duration per user, then show usernames sorted by longest aver
SQL · medium · lesson
Find product categories where the average price exceeds 100
SQL · medium · lesson
Use a CTE to count each user's transactions, then show usernames with 3 or more transactions
SQL · medium · lesson