Hello there
Given the following:
------------------
BEGIN TRANSACTION
INSERT INTO ServicePlans (PlanID, PlanName,
PlanDescription, PlanPrice, DiscountedPrice)
VALUES ('C1001', 'Tele-Training Course',
'Course on Telecommunications', 45.00, 35.00)
SAVE TRANSACTION Insert1
INSERT INTO...