AI SQL Tutor AI skill by KissMySkills, cover

AI SQL 튜터

$19.00
할인가  $19.00 정상가 
제품 정보로 건너뛰기
AI SQL Tutor AI skill by KissMySkills, cover

AI SQL 튜터

$19.00 this skill vs $55+/hr hiring a SQL tutor

Complete skill package instant downloadai-sql-tutor.txt

Choose how to get it

  • American Express
  • Apple Pay
  • BLIK
  • Google Pay
  • Klarna
  • Maestro
  • Mastercard
  • PayPal
  • Union Pay
  • Visa

Secure checkout by Shopify

즉시 다운로드 영원히 간직하세요 당사가 작성함

Add it once. Your AI works like a specialist.

Claude, ChatGPT 또는 Gemini에 추가하세요 - 귀하의 AI가 이 분야의 전문가로 작동합니다.

즉시 다운로드 · 30일 환불 보장. 한 번만 결제하고 영구적으로 사용하세요 - 구독 없음. GitHub에서 무단 수집한 것이 아니라, 저희가 직접 작성하고 테스트했습니다. 환불 정책

Ask it something hard.

📎 ai-sql-tutor.md LOADED ✓
I can do SELECT and WHERE. My joins give me way too many rows and I do not know which ones are wrong.
CLAUDE · WITH THIS SKILL You get: a short task, list every customer with the total value of their paid orders, including customers who never ordered -> your query uses a LEFT JOIN with WHERE o.status = 'paid' -> the count comes back at 210 customers instead of 900 -> instead of a rewrite, the question, for a customer with no orders at all, what value does o.status hold on that row -> you answer NULL -> then the follow up, does NULL equal 'paid' -> you see the WHERE deleted the very rows the LEFT JOIN kept -> the concept named, a filter on the right table turns a LEFT JOIN into an inner one, and the fix belongs in the ON clause -> a progress block for next time.

구매 전에 궁금한 점이 있나요?

저희에게 문의하시면 보통 당일에 담당자가 직접 답변해 드립니다. 봇도 아니고, 문의 티켓 대기열도 아닙니다.

hello@kissmyskills.com

당신은 읽지 않습니다. 당신의 AI가 읽습니다.

스킬 파일을 Claude, ChatGPT 또는 Gemini에 한 번만 추가하세요. 그러면 다음 메시지부터 이 분야의 전문가로 작동합니다.

한 번 구매하면 파일을 영원히 소장할 수 있습니다. 또는 All-Access를 구독하고 KissMySkills 커넥터가 요청에 따라 해당 파일과 다른 모든 스킬을 채팅에 불러오도록 하세요.

// what's inside

이 스킬에는 무엇이 들어 있나요

  1. Clause execution order taught first, because it explains most SQL bugs
  2. LEFT JOIN, NULL behaviour and join fan out drilled until they are boring
  3. Wrong row counts turned into questions you diagnose yourself
  4. Dialect checked up front: Postgres, MySQL, SQL Server, SQLite or BigQuery

Analysts who inherited a database, marketers tired of asking someone else for a pull, developers who copy queries without reading them, and anyone facing a SQL screen at interview.

// what's inside

What you're actually buying

이 AI SQL 튜터는 WHERE가 포함된 SELECT문 정도만 작성할 수 있고 그 이상은 익숙하지 않을 때를 위한 것입니다. 그러다 JOIN 하나로 400개의 주문이 1,200개로 늘어나고, LEFT JOIN은 찾고 있던 고객을 조용히 제외하며, 왜 그런지 설명할 수 없게 됩니다. 이 파일은 Claude, ChatGPT 또는 Gemini를 다른 사람의 해답을 보여주는 대신 직접 쿼리를 작성하고 자신의 행 수를 확인하게 하는 튜터로 바꿔 줍니다.

이 튜터는 사용자가 설명한 스키마에 쿼리 하나를 적용하는 것부터 시작한 다음, 대부분의 강좌가 건너뛰는 내용을 가르칩니다. 데이터베이스가 실제로 절을 실행하는 순서, 즉 FROM, WHERE, GROUP BY, HAVING, SELECT 순서입니다. SQL 혼란의 절반은 여기서 사라집니다. 이를 바탕으로 조인, 행 확장, NULL 동작, CTE, 윈도 함수까지 다룹니다. 결과 집합의 크기가 예상과 다를 때 쿼리를 다시 작성해 주는 대신, 몇 개의 행을 예상했는지와 추가된 행이 어디서 왔는지 질문합니다.

Claude, ChatGPT, Gemini에서 동일하게 사용할 수 있는 파일 하나입니다. Project, 커스텀 GPT 또는 Gem에 붙여넣으면 대략 2분 만에 설정할 수 있고, 구독 없이 계속 사용할 수 있습니다.

ai-sql-tutor.txt
# AI SQL Tutor
KissMySkills.com | Install: paste this whole file into Claude Projects (Project instructions), a custom GPT (Instructions), a Gemini Gem, or your AI's system prompt. Then tell it what you want to learn.

## Who you are
You are a Socratic SQL tutor. Your job is to make the learner able to write a query against an unfamiliar schema and defend its row count. You are not a query generator.

Tone: plain, calm, specific. Short sentences. One idea per turn.

The one rule: you never write the finished query for a task you have set. You can show the same clause on another table, ask a question, or name the concept. You cannot hand over the answer.

## What you know about SQL
- The learnable order: SELECT and WHERE, logical execution order, filtering and NULL, aggregates with GROUP BY, INNER JOIN, LEFT JOIN, join fan out, subqueries and CTEs, window functions, then indexes and safe 

다운로드할 실제 파일의 샘플입니다.

// how to install 2분 이내

네 단계. 어떤 AI 채팅.

  1. 01
    파일 다운로드

    결제 후 다운로드 링크가 받은편지함으로 전송됩니다. 파일을 기기의 원하는 위치에 저장하세요.

  2. 02
    AI 채팅 열기

    Claude, ChatGPT, Gemini, Grok 또는 Copilot - 이미 사용 중인 것을 선택하세요.

  3. 03
    파일 내용을 붙여넣으세요

    시스템 prompt, 프로젝트 지침 또는 맞춤 지침 필드에 입력하세요.

  4. 04
    작업 시작

    이제 AI가 전문가로 설정되었습니다. 해당 분야와 관련된 내용이라면 무엇이든 질문해 보세요.

기술 지식이 필요하지 않습니다. 구독도 없습니다. 한 번만 결제하고 영원히 사용하세요.

// compatible with

모든 주요 AI 채팅과 호환됩니다.

파일을 AI의 시스템 prompt, 프로젝트 지침 또는 맞춤 지침에 넣으세요. 설정이 필요 없습니다. 코드도 필요 없습니다. 특정 공급업체에 종속되지 않습니다.

// faq

이 제품에 대한 질문

How does this SQL tutor work if I do not have a database yet?+

It gives you a small schema in text, three or four tables with a few rows each, and you write queries against it in the chat. If you would rather run them for real it tells you how to set up SQLite or a free Postgres instance in a few minutes. Once you have your own tables, you describe them and it teaches on those instead.

Will it just write the query for me?+

No. It is instructed never to write the finished query for a task it set you. When you are stuck it shows the same clause on a different table, or asks how many rows you expected and where the extras came from. Asking it to explain a query someone else wrote is a separate request and it will walk that line by line.

Which dialect does it teach, and does it cover window functions?+

It asks whether you are on PostgreSQL, MySQL, SQL Server, SQLite or BigQuery before it teaches anything with a date function or a string function, because those differ. Window functions are lesson nine: ROW_NUMBER, RANK, running totals and PARTITION BY, which is what most analyst interviews test.

Do I have to read it myself?+

No. The file is written for your AI to read, not for you. Upload it or paste it in once and the AI takes on the role. After that you just ask it questions the way you normally would. You're welcome to open it and read it, but nothing here depends on you doing that.

Is this a physical book?+

No, it's digital. You download it the moment the order goes through and it's yours permanently. The cover is styled like a book because each edition is written and edited as one self-contained piece of work. The reading part is your AI's job, not yours.

AI를 전문화할 준비가 되셨나요?

파일 하나로 바로 사용하세요. 한 번만 결제하면 영구적으로 사용할 수 있습니다 - Claude 및 ChatGPT와 호환됩니다.

이 분야의 더 많은 기술

AI 평가 기준 생성기 Skill

AI 평가 기준 생성기 Skill

AI 평가 기준 생성기 Skill

$2.99
할인가  $2.99 정상가 
AI 튜터 역량 코치

AI 튜터 역량 코치

AI 튜터 역량 코치

$19.00
할인가  $19.00 정상가 
AI 법심리학 튜터

AI 법심리학 튜터

AI 법심리학 튜터

$19.00
할인가  $19.00 정상가 
AI 신경망 튜터

AI 신경망 튜터

AI 신경망 튜터

$19.00
할인가  $19.00 정상가