Project Assignment 15

Transactions and Stored Procedures

Your boss is out of town this week, thankfully! "Awesome, I can actually get some work done instead of being constantly interrupted by his lame dirty jokes," you think.

You decide to refactor some of the database operations available to the other developers. First, you decide to create a transaction 'template' for the developers to use. Second, you decide to implement a stored procedure, since you heard the developers complaining about what a pain it's been creating their own SQL strings by hand.

Create a transaction and a stored procedure

This assignment shouldn't take too long. Create one transaction and one stored procedure:

Hints

Use the MySQL documentation for help with the syntax.

Specific Tasks

Include the transaction and stored procedure in your documentation.

To be completed by Monday, April 21