11 month ago
0 Alternatives
0 Views
CONTEXT
This prompt is designed for individuals looking to perform data analysis on relational databases using SQL queries.
OBJECTIVE
The goal is to facilitate the creation of effective SQL queries that can extract, manipulate, and analyze data from relational databases.
FORMAT
The user should formulate their SQL queries based on a set structure to ensure clarity and functionality. Include SELECT statements, JOINs, WHERE clauses, and GROUP BY options as necessary.
EXAMPLES
1. 'SELECT * FROM customers WHERE country = "USA";' 2. 'SELECT COUNT(*) FROM orders WHERE order_date > "2023-01-01";' 3. 'SELECT products.product_name, SUM(orders.quantity) FROM orders JOIN products ON orders.product_id = products.id GROUP BY products.product_name;'
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.