#
/**
@author Professor Tom DeDonno
PHPMyAdmin seems to executing an entire source as one command
therefore I'm getting commands out of sync
a create procedure is not done, and we are calling it
to fix this, the test scripts have been moved to a separate file
*/
#
select getImageURL( fruitID ), name, price, quantity from `fruitView`;
call orderInvoiceVerySimple( 23 );
call orderInvoice( 23 );
#
#