Transaction Control Language (TCL) commands in SQL manage transactions: COMMIT saves changes permanently, ROLLBACK undoes changes. GRANT and REVOKE are Data Control Language (DCL) commands for permissions. SAVEPOINT is a TCL command but paired with ROLLBACK TO, not GRANT/REvoke.