SQL Data Modification

Guides the core write statements — INSERT, UPDATE, DELETE — as set-based operations the database serializes, not row-by-row loops. Teaches the INSERT forms (single-row VALUES, multi-row VALUES in ONE statement, INSERT ... SELECT for bulk copy, DEFAULT VALUES) and bans the nightly job that fires 100k single-row INSERTs instead of one. Centers the

ctoth 853b691 3 files · 27.6 KB Updated

File contents

ctoth/sql-skills-plugin/tree/main/plugins/sql/skills/sql-data-modification commit 853b691123

Frequently asked questions

npx skillmds@latest add ctoth/sql-data-modification