Change Password

How can you handle transactions in SQL, and why are they important in database management?
Transactions are not supported in SQL
By using the COMMIT and ROLLBACK statements to ensure data consistency and integrity
By using the SAVEPOINT statement to mark a specific point in a transaction
By avoiding the use of UPDATE statements