“SavePoint no SQL” Respostas de código

SavePoint no 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 no SQL

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

Respostas semelhantes a “SavePoint no SQL”

Perguntas semelhantes a “SavePoint no SQL”

Mais respostas relacionadas para “SavePoint no SQL” em Sql

Procure respostas de código populares por idioma

Procurar outros idiomas de código