Blog

Oleksandr Holyshevskyi

Senior QA Engineer based in Prague, Czech Republic

Quick Links

  • About
  • Experience
  • Skills
  • Contact
  • Blog

Contact

  • holyshevskyi.a@gmail.com
  • +420 775 161 467
  • Prague, Czech Republic

© 2026 Oleksandr Holyshevskyi. All rights reserved.

Built with Next.js & NextUI

P

osts filtered by:

sql

    4 min read

    December 29, 2023

    Mastering SQL Transactions: The Power of COMMIT and ROLLBACK in Database Management

    Card background
    In the post

    SQL transactions are a fundamental aspect of database management that play a crucial role in maintaining data integrity. Among the key components of transactions, the `COMMIT` statement stands out as a linchpin for ensuring that changes made to a database are permanent. In this post, we will explo...

    Read more