🔥 3-day streak
GitHub Copilot147 / 190
Question 147 of 190
A developer is using Copilot Chat to generate SQL queries in a consistent style. They craft a few-shot prompt containing four labeled example pairs (natural-language request → SQL query), followed by the new request they want answered. The first three examples use uppercase SQL keywords and fully-qualified table names, but the fourth (most recent) example accidentally uses lowercase keywords and unqualified table names. The generated query comes back in lowercase with unqualified names. What is the most likely explanation, and what should the developer do?
Reviewed for accuracy · Report an issueNext question