Coding time

Report a typo

Write an SQL query to calculate the Monthly Average Users (MAU) for March 2023. The table name is user_activity, and its column names are user_id and activity_dt.

Expected Output:

Your query should return a single value representing the Monthly Average Users (MAU) for March 2023

Your query should return one column:

  • MAU

Write an SQL statement





___

Create a free account to access the full topic