12.07.2015 Views

Module 13 (Introduction to SQL - Part 2).pdf

Module 13 (Introduction to SQL - Part 2).pdf

Module 13 (Introduction to SQL - Part 2).pdf

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Transaction ExampleSTART TRANSACTION INSERT INTO Cash (transID, Amount) VALUES (12345, -100.00)INSERT INTO HardwareExp (transID, Amount) VALUES (12345,35.00)INSERT INTO DiningExp (transID, Amount) VALUES (12345,65.00)--- Problem detected! ---ROLLBACK TRANSACTION

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!