create existing table includes syntax to determine whether an RPC uses the current or a separate connection:
create existing table (<column_list>) EXTERNAL [non_transactional |transactional] PROCEDURE at 'location'
non_transactional
– a separate
connection is used to execute the RPC.
transactional
– the
existing connection is used to execute the RPC.
The default behavior is transactional.