Reginaldo Junior
unread,Aug 1, 2023, 8:57:50 AM8/1/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to integra
I have three tables that relate to each other by ID controlled via Sequence in an Oracle database.
Table_01: ID
Table_02: ID, ID_Table01
Table_03: ID, ID_Table01, ID_Table02
I need to insert record A in Table_01, then I need to recurrate this ID to insert record B in Table_02 referencing the ID of the first Insert and then another record C in Table_03 referencing the two IDs generated in previous inserts, how is this possible in Integra. Sky guaranteeing that I will always be working with the real ID?