Intermediate
Generate a SQL Query
Write a SQL query to retrieve specific data.
📝 Contenu du Prompt
Write a SQL query to select the names and email addresses of all users who registered after January 1st, 2023. Assume the table is named 'users' with columns 'name', 'email', and 'created_at'. Order the results by registration date descending.