Answers for "commit sql"

SQL
1

commit in sql

• COMMIT —> making all pending changes permanent;
• SAVEPOINT name —> marks a save point
• ROLLBACK —> discharges all pending changes to prev commit
• ROLLBACK TO name —> rolls back changes to savepoint
Posted by: Guest on January-28-2021
1

commit in sql

COMMIT —> making all pending changes permanent;
• SAVEPOINT name —> marks a save point
• ROLLBACK —> discharges all pending changes to prev commit
• ROLLBACK TO name —> rolls back changes to savepoint
Posted by: Guest on June-05-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language