Create Donor Table, et al
Follow these steps in order to create the donor table:
- Drop donor table,
nextDonorId table, and getNextDonorId proc.
- Create and populate
nextDonorId table; create donor table, index and primary key
- Create
getNextDonorId stored procedure