data_vader
Exemplar
Top 2.2%
Member Nº 1744
Joined Jun 2026
SQL
Multiple WINDOWs
Storage Optimization
Row Offsets
Python
String Methods
List Modification
Loop Control
Spark
Multiple Windows
Distribution Functions
Exploding Arrays
Data Modeling
Self-Referential
Many-to-Many
One-to-One
Learned
SQL166
Python75
Milestones
Top 100
1,138 runs in the past 26 weeksActive days: 17 · Max streak: 4
MarAprMayJunJulAugSep
Recent solves
Combine all content items of type 'article' and type 'video' into a single result set using UNION AL
SQL · medium · lesson
Use a CTE to find sessions longer than 2000 seconds and show the username for each
SQL · medium · lesson
Use two CTEs to find users who spent more than $1000 total across all transactions
SQL · medium · lesson
Use a CTE to find active users who signed up on or after January 1, 2024
SQL · medium · lesson
Use a derived table (subquery in FROM) to count occurrences of each event type, then show only those
SQL · medium · lesson
Show each product's name and price alongside the overall average price of all products
SQL · medium · lesson
Find users who have made a transaction exceeding $500 using a subquery
SQL · medium · lesson
For each transaction, show the user's total number of transactions and their total spending across a
SQL · medium · lesson
For each transaction, show the previous transaction amount for the same user (ordered by transaction
SQL · medium · lesson
From transactions, return transaction_id, user_id, total_amount, and AVG(total_amount) OVER (PARTITI
SQL · medium · lesson