rural_jay_3142
Exemplar
Top 2.2%
Member Nº 4483
Joined Aug 2026
SQL
Nulls in Joins
String Building
Null Defaulting
Python
Modules
Tuples
Strings
Spark
Regex Functions
Catalyst Optimizer
Salting Strategy
Data Modeling
Metric Additivity
Solved
SQL15
Milestones
Top 100
10 solved
585 runs in the past 26 weeksActive days: 9 · Max streak: 3
MarAprMayJunJulAugSep
Recent solves
From users, return COUNT(*) AS total_users and COUNT(age_bucket) AS with_age on one row; then subtra
SQL · medium · lesson
From users, return user_id and NULLIF(account_status, 'suspended') AS status_or_null
SQL · medium · lesson
From users, return user_id and COALESCE(age_bucket, 'unknown') AS age_group
SQL · medium · lesson
Show each product's product_id and a display name
SQL · medium · lesson
Calculate the true average response time from server_logs, excluding entries where response_time_ms
SQL · medium · lesson
Calculate the unit price for each transaction by dividing total_amount by quantity
SQL · medium · lesson
Show each product's product_name, category, and the result of replacing NULL ratings with 0 using CO
SQL · medium · lesson
Count the total server log entries and compare how many have a response time recorded versus missing
SQL · medium · lesson
Find products that are missing a rating or have a NULL category
SQL · medium · lesson
Show each product's product_name, rating, and the result of converting any 0 rating to NULL using NU
SQL · medium · lesson