-- Verify camper:campsite_type_cost__per_age on pg begin; select cost_per_adult , cost_per_teenager , cost_per_child from camper.campsite_type_cost where false ; rollback;