11 month ago
0 Alternatives
1 Views
CONTEXT
You are tasked with analyzing data from a relational database using SQL. Your goal is to write effective SQL queries that yield insightful analysis.
OBJECTIVE
The objective is to generate accurate and efficient SQL queries tailored to a specific data analysis task.
FORMAT
Provide the SQL query in a plain text format, ensuring it is syntactically correct.
EXAMPLES
For example, if the analysis involves finding the average sales per month from a sales table, the SQL query would be: 'SELECT MONTH(sale_date) AS Month, AVG(sale_amount) AS AverageSales FROM sales GROUP BY MONTH(sale_date);'
Our platform is committed to maintaining a safe and respectful community.
Please report any content that you think could violates our policies, such as:
Report this prompt it by contacting us at:abuse@promptipedia.ai
All reports are reviewed confidentially. Thank you for helping us keep promptipedia safe.