codespell: make each word of acronym bold

This commit is contained in:
John Haugabook
2026-02-09 21:27:17 -05:00
committed by GitHub
parent 8670ddd9e0
commit e0389a557a

View File

@@ -1658,10 +1658,10 @@ them in quotes, which causes a SQL error.
| Operation | SQL Command | | Operation | SQL Command |
|-----------|-------------| |-----------|-------------|
| **C**reate | `INSERT INTO table (col1, col2) VALUES (val1, val2)` | | **Create** | `INSERT INTO table (col1, col2) VALUES (val1, val2)` |
| **R**ead | `SELECT col1, col2 FROM table WHERE condition` | | **Read** | `SELECT col1, col2 FROM table WHERE condition` |
| **U**pdate | `UPDATE table SET col1=val1 WHERE condition` | | **Update** | `UPDATE table SET col1=val1 WHERE condition` |
| **D**elete | `DELETE FROM table WHERE condition` | | **Delete** | `DELETE FROM table WHERE condition` |
### Query Modifiers ### Query Modifiers