17. SELECT @MaxCustomer_id = max(Customer_id) + 1 FROM CustomerInformation
18. if @MaxCustomer_id = 0 
19. set @MaxCustomer_id = MaxCustomer_id + 1