Arena · Data Engineering · Coding · intermediate

SQL data quality checks

Write SQL to run data quality checks on a table users(user_id, email, created_at, country, age). Return a single summary result set with one row per check: check_name, status (PASS/FAIL), and failing_count.

Sign in to see what a strong answer covers and to get AI feedback on your own.

Practice this question on PrepGraph