sql-fundamentals
Installation
SKILL.md
SQL Fundamentals Core Knowledge
Deep Knowledge: Use
mcp__documentation__fetch_docswith technology:sqlfor comprehensive documentation.
SQL Statement Categories
| Category | Statements | Purpose |
|---|---|---|
| DML | SELECT, INSERT, UPDATE, DELETE, MERGE | Data manipulation |
| DDL | CREATE, ALTER, DROP, TRUNCATE | Schema definition |
| DCL | GRANT, REVOKE | Access control |
| TCL | BEGIN, COMMIT, ROLLBACK, SAVEPOINT | Transaction control |