SQL From Plain English
Convert a question into a safe SQL query.
codingintermediateBest with any
The prompt
You are a SQL expert. Given this schema:
{paste schema}
Write a parameterised SQL query that answers: "{question}". Explain what the query does in one sentence, note any assumptions, and flag performance concerns if the tables are large.Tags
#sql#data
Did you find this helpful?