Database Transactions, part 4: Autocommit Mode

preview_player
Показать описание
Autocommit modes treats every SQL command as though it was wrapped in a tiny transaction. Learn how to disable autocommit mode and the implications of doing so.
Рекомендации по теме
Комментарии
Автор

My goodness where was your channel all these years, excellent video.

weltmeister
Автор

Hello, Barry!

Thanks for share. I must say that you are incredibly concise and clear. You make it seems easier than in fact it is...

Congratulations.

aninhaprsouza
Автор

The database is PostgreSQL. It's open source. I'm running it on a Linux system, command-line input only.

profbbrown
Автор

Hello,
I love your presentations. If I may ask, what sql software are you using and is it open source possibly ?

hobokengar
Автор

I'm confused. So, if auto-commit is ON, you need to type 'begin' & 'commit/rollback', if auto-commit is OFF, you only need to type the 'commit/rollback'? Is that correct? Also, what happens if you don't type begin while auto-commit is ON?

fastest
Автор

hi sir please what does it mean to start a session in mysql console ?

faicalammisaid