SIGN IN SIGN UP

👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.

0 0 34 JavaScript

Add essential sections to MySQL: Alter, Indexes, and Transactions

I have enhanced the MySQL cheat sheet by adding three essential sections that were previously missing:

1. Altering Table Structure: Commands for adding, modifying, renaming, and dropping columns/tables.
2. Indexes (Performance Tuning): Added CREATE INDEX, SHOW INDEX, and the EXPLAIN command for query analysis.
3. Transactions (Data Integrity): Added START TRANSACTION, COMMIT, and ROLLBACK for managing database consistency.
M
Ma JingHan committed
e8730f4987801d9f6766e091b3fd99bf00f8307e
Parent: 64d33cf
Committed by GitHub <noreply@github.com> on 3/21/2026, 6:45:28 AM