Code has been added to clipboard!

SQL ROLLBACK

Example
DELETE FROM CUSTOMERS  
WHERE AGE = 18;  
ROLLBACK;