Answers for "what does rollback do sql"

SQL
2

rollback in sql

DELETE clause is from DML,
we can use ROLLBACK to recover the data.
• ROLLBACK —> discharges all pending changes to prev commit
• ROLLBACK TO name —> rolls back changes to savepoint
Posted by: Guest on January-28-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language