From users, return user_id, signup_date cast to DATE as signup_dt
A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- medium
Problem
From users, return user_id, signup_date cast to DATE as signup_dt. Order by signup_dt ascending, then user_id.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.