“SavePoint w SQL” Kod odpowiedzi

SavePoint w SQL

• SAVEPOINT name —> marks a save point
• COMMIT —> making all pending changes permanent;
• ROLLBACK —> discharges all pending changes to prev commit
• ROLLBACK TO name —> rolls back changes to savepoint
Obedient Ocelot

SavePoint w SQL

/* creates a temporary memory to store values which you want 
to conditionally cancel */
ekkamrit

Odpowiedzi podobne do “SavePoint w SQL”

Pytania podobne do “SavePoint w SQL”

Więcej pokrewnych odpowiedzi na “SavePoint w SQL” w Sql

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu