返回 Skill 列表
extension
分类: 开发与工程无需 API Key

sql-query-starter

根据简单的需求起草一个基本的SQL查询。适用于初级开发人员需要帮助构建SELECT查询时。

person作者: jakexiaohubgithub

SQL Query Starter

Purpose

Draft a basic SQL query from a simple requirement.

Inputs to request

  • Table names and relationships.
  • Desired fields and filters.
  • Database flavor and limits.

Workflow

  1. Clarify tables, filters, and desired fields.
  2. Build a minimal SELECT with WHERE and ORDER BY.
  3. Add optional LIMIT and parameter placeholders.

Output

  • SQL query with parameters.

Quality bar

  • Use parameters instead of literal values.
  • Keep the query minimal and readable.