--- id: sql-tutorial-index title: "SQL Tutorial" category: "Database" status: "draft" verification_status: "conceptual" canonical_id: "" aliases: ["SQL Tutorial", "SQL MOC", "Topic_SQL index", "SQL λͺ©μ°¨"] duplicate_of: "" source_trust_level: "B" confidence_score: 0.90 created_at: 2026-07-04 updated_at: 2026-07-04 review_reason: "" merge_history: [] tags: ["sql", "database", "w3schools", "moc", "index"] raw_sources: ["https://www.w3schools.com/sql/"] applied_in: [] github_commit: "" --- # [[SQL Tutorial]] ## 🎯 ν•œ 쀄 톡찰 (One-line insight) Map of Content (MOC) for the W3Schools SQL Tutorial β€” the root that links every SQL knowledge page in this topic folder. [S1] ## 🧠 핡심 κ°œλ… (Core concepts) - This folder (`Topic_SQL`) wikifies the **W3Schools SQL Tutorial** (left-sidebar tutorial menu), one knowledge page per document, in P-Reinforce v3.1 format β€” following the same convention as `Topic_HTML` / `Topic_CSS` / `Topic_JavaScript`. [S1] - Scope: **tutorial + "Learning by examples" pages only**. The large reference dumps (SQL Keywords Reference, MySQL/SQL Server/MS Access Functions β€” ~290 individual function-stub pages) and non-knowledge meta pages (Quiz, Exercises, Editor, Certificate, Bootcamp, Syllabus, Study Plan, Training, Server) are **excluded by design**. [S1] - **Progress:** **67 of 67 planned docs complete β€” SQL category done.** - Every page roots its Knowledge Graph back to this `[[SQL Tutorial]]` node. ## πŸ“– μ„ΈλΆ€ λ‚΄μš© (Details) ### Basics - [[SQL Intro]] βœ… - [[SQL Syntax]] βœ… ### Querying & Filtering - [[SQL Select]] βœ… - [[SQL Select Distinct]] βœ… - [[SQL Where]] βœ… - [[SQL Order By]] βœ… - [[SQL And]] βœ… - [[SQL Or]] βœ… - [[SQL Not]] βœ… - [[SQL Like]] βœ… - [[SQL Wildcards]] βœ… - [[SQL In]] βœ… - [[SQL Between]] βœ… - [[SQL Aliases]] βœ… ### Joins & Set Operations - [[SQL Joins]] βœ… - [[SQL Inner Join]] βœ… - [[SQL Left Join]] βœ… - [[SQL Right Join]] βœ… - [[SQL Full Join]] βœ… - [[SQL Self Join]] βœ… - [[SQL Union]] βœ… - [[SQL Union All]] βœ… ### Grouping & Aggregation - [[SQL Group By]] βœ… - [[SQL Having]] βœ… - [[SQL Aggregate Functions]] βœ… - [[SQL Min]] βœ… - [[SQL Max]] βœ… - [[SQL Count]] βœ… - [[SQL Sum]] βœ… - [[SQL Avg]] βœ… ### Data Modification - [[SQL Insert Into]] βœ… - [[SQL Null Values]] βœ… - [[SQL Update]] βœ… - [[SQL Delete]] βœ… - [[SQL Select Top]] βœ… - [[SQL Select Into]] βœ… - [[SQL Insert Into Select]] βœ… ### Conditional & Logic - [[SQL Exists]] βœ… - [[SQL Any]] βœ… - [[SQL All]] βœ… - [[SQL Case]] βœ… - [[SQL Null Functions]] βœ… ### Procedures & Comments - [[SQL Stored Procedures]] βœ… - [[SQL Comments]] βœ… - [[SQL Operators]] βœ… ### Database & Table Management - [[SQL Create DB]] βœ… - [[SQL Drop DB]] βœ… - [[SQL Backup DB]] βœ… - [[SQL Create Table]] βœ… - [[SQL Drop Table]] βœ… - [[SQL Alter Table]] βœ… - [[SQL Constraints]] βœ… - [[SQL Not Null]] βœ… - [[SQL Unique]] βœ… - [[SQL Primary Key]] βœ… - [[SQL Foreign Key]] βœ… - [[SQL Check]] βœ… - [[SQL Default]] βœ… - [[SQL Create Index]] βœ… - [[SQL Auto Increment]] βœ… - [[SQL Dates]] βœ… - [[SQL Views]] βœ… ### Security - [[SQL Injection]] βœ… - [[SQL Parameters]] βœ… - [[SQL Prepared Statements]] βœ… ### Deployment & Reference - [[SQL Hosting]] βœ… - [[SQL Data Types]] βœ… ## πŸ› οΈ 적용 사둀 (Applied in summary) 67 knowledge documents generated, all grounded in the corresponding W3Schools pages via a Playwright-based extraction pipeline (adapted from the Datacollector_MAC project's `web_extract.mjs`, with added noise-stripping for sidebar/footer). ## βœ… 검증 μƒνƒœ 및 신뒰도 - **μƒνƒœ:** draft - **검증 단계:** conceptual - **좜처 신뒰도:** B (W3Schools β€” widely used educational reference) - **μ‹ λ’° 점수:** 0.90 - **쀑볡 검사 κ²°κ³Ό:** μ‹ κ·œ 생성 (New discovery) ## πŸ”— 지식 κ·Έλž˜ν”„ (Knowledge Graph) - **μƒμœ„/루트:** [[10_Wiki]] - **κ΄€λ ¨ κ°œλ…:** [[SQL Intro]], [[SQL Select]], [[SQL Create Table]], [[Topic_Programming]] - **μ°Έμ‘° λ§₯락:** HTML/CSS/JavaScript에 이어 W3Schools 지식화 μ‹œλ¦¬μ¦ˆμ˜ λ‹€μŒ μΉ΄ν…Œκ³ λ¦¬. μ™„λ£Œ ν›„ Python/PHP/MySQL λ“± λ‚˜λ¨Έμ§€ μΉ΄ν…Œκ³ λ¦¬κ°€ λ™μΌν•œ κ·œμΉ™μœΌλ‘œ 이어진닀. ## πŸ“š 좜처 (Sources) - [S1] W3Schools β€” SQL Tutorial β€” https://www.w3schools.com/sql/ ## πŸ“ λ³€κ²½ 이λ ₯ (Change history) - 2026-07-04: Created SQL Tutorial MOC and linked 5 pilot-batch pages (Astra wiki-curation, P-Reinforce v3.1 format).