Company SQL Question
Daily Active Users
Practice this Google style SQL interview question with live execution and instant feedback.
Problem Statement
Calculate DAU (distinct searching users) per day using COUNT(DISTINCT user_id).
Relevant Tables
search_queries
SQL Concepts Used in This Question
Strengthen your understanding with these targeted learning topics: