Data Analysis prompts
Data prompts should never let the model compute silently. Ask for the query, the transformation or the formula, and run it yourself. Where the model does interpret numbers, require it to restate the numbers it used.
- Universal
Write a SQL query from a plain question
Produces one query against a schema you provide, and asks a question instead of guessing when the schema is ambiguous.
- Universal
Extract structured data as JSON
A strict extraction prompt that returns valid JSON only, with nulls for missing fields instead of invented values.