intermediate
SQL Query Generator
Generates a SQL query to retrieve specific user data based on time constraints.
📝 Contenu du Prompt
Generate a SQL query to select all user names and email addresses from the 'users' table where the registration date is within the last 30 days. Order the results by registration date in descending order.