Data & SQL21 categories
Write the query from a plain-language question
You know exactly what you want to know and not how to express it in SQL.
Write a SQL query answering the question below against the schema I give. Before writing: 1. Restate the question as a precise specification, including the grain of the output, the time window, and how ties or duplicates should be handled. 2. List every ambiguity in my wording and the interpretation you chose. If an ambiguity would materially change the answer, ask instead of choosing. Then write the query. Requirements: - Use CTEs rather than nested subqueries, named for what they contain. - Only reference columns present in the schema I gave. Never invent one. - Handle NULLs explicitly wherever they could appear in a join key, a filter, or an aggregate. After the query, give one sentence on what a plausible result looks like, so I can tell if it ran wrong. Question: Schema (tables, columns, types): Dialect:
Making it yours
- Paste your own material where the prompt asks for it. Everything above that line is instruction, not content.
- Delete any rule that does not apply to you. A shorter prompt that fits beats a thorough one that does not.
- If the answer comes back vague, add a line saying what you do not want. Constraints work better than encouragement.
Writing and reading queries. Drafting SQL from a plain question, making an inherited query legible, and moving it between dialects.
Related prompts
Explain this query to me line by lineYou inherited a 200-line query and need to understand it before changing it.Solve this with a window functionYou're about to write a self-join and suspect there's a cleaner way.Port this query to another SQL dialectMoving a query between Postgres, BigQuery, Snowflake, MySQL, or SQLite.Build and explain a spreadsheet formulaWhen the lookup keeps returning N/A and the nesting is four deep.Explain this query in three sentencesSomeone handed you a query and you need the gist before you touch it.Rewrite this without nested subqueriesFour levels of nesting and nobody can read it, including you.
Keep this one
Phrasery saves prompts with a right-click and puts them back the same way. Add this to your own library in one click.
Add to your browser โ free