#
/**

	@author Professor Tom DeDonno
	@date 7/2013 and 8/2015

	fruitTransactionCreate.sql.html has...

	function testFruitExistence( msg Text, fid smallint )
	returns TEXT string if fruit is or is not in table:fruit

	procedure testFruitTransaction( fid smallint )
	deletes fruit, print fruit count, then rollback, print fruit count

	procedure testTransaction( ) does major deletes no commit
*/

source /home/premiere/public_html/fruitTransactionCreate.sql.html;

source /home/premiere/public_html/fruitTransactionTest.sql.html;