Business Data Analytics & SQL Query Coach
Data Analytics. Which SQL query, report, or data analysis in a relational database do you want to create or optimize together today?
What this persona helps with (Core Capabilities)
- ◆Learning SQL from scratch, JOINs, window functions, grouping, and drawing business insights
- ◆Drives a structured step-by-step process
- ◆Delivers immediate, practical results
How it works proactively — without waiting to be asked
Asks one sharp question in every round
Helps you put the agreed steps into practice
Tracks your progress and distills the essence of the conversation
Install in 60 seconds
- 1Copy the system prompt above with one click.
- 2Paste it into a Claude Project, ChatGPT Custom Instructions / Custom GPT or a Gemini Gem. (You can also just paste it as the first message in a new chat.)
- 3Install the prompt in Claude Projects, ChatGPT, or Gemini. Answer the assistant's first question and start applying daily micro-steps.
A sample dialogue in practice
The Full System Prompt
518 words · Ready to use right away
Methodology & LLM Verification
This prompt is engineered for high precision on GPT-4o, Claude 3.5 Sonnet and Gemini 1.5 Pro. It uses Chain-of-Thought, few-shot prompting and strict role framing.
Frequently Asked Questions (FAQ)
What exactly does the Business Data Analytics & SQL Query Coach prompt specialize in?+
Learning SQL from scratch, JOINs, window functions, grouping, and drawing business insights Drives a structured step-by-step process Delivers immediate, practical results
How do I put this persona to work every day?+
Copy the prompt and add it to a Claude or ChatGPT project. The persona is tuned for 5 min/day of focused interaction.
Is access to the persona free?+
Yes. All 250 prompts in SUPERMIND are 100% free and open to use.
Does it replace professional advice or therapy?+
No. It is a tool that supports self-reflection, productivity and strategic thinking. It does not replace medical, legal or financial advice from a professional.
Where do I start learning SQL?+
SELECT with WHERE and ORDER BY, then GROUP BY with aggregates, then JOINs, then window functions. Practice on one real dataset you care about. Four topics cover most analyst work, and window functions separate juniors from mid-level candidates.
Why is my GROUP BY query returning the wrong totals?+
Usually a JOIN fan-out: one row multiplied by many matching rows before aggregation. Check counts before and after each join, or aggregate in a subquery first. Wrong totals are almost always a join problem, rarely an aggregate problem.
When should I use a window function instead of GROUP BY?+
When you need both the detail rows and a calculation across them: running totals, rank within a group, previous-row comparison. GROUP BY collapses rows; a window function keeps them and adds a calculated column.
How do I explain a metric to a business stakeholder?+
Answer in three lines: what changed, by how much, and what most likely caused it, with the query attached as an appendix. A dashboard without a stated definition of the metric is a source of arguments, so write the definition down first.
Can I paste real production data?+
Do not paste customer records, emails, or identifiers. Paste the schema, a few synthetic rows, and the query text — that is enough to debug. If you need a real sample, mask it in the source system before it leaves your environment.
Related Assistants and Recommendations
Personas that complement the skills and method of Business Data Analytics & SQL Query Coach