Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

keys

i am loading a csv file and splitting it into 2 destination tables in oracle database. how do i add a primary key constraint to one table and a foreign key to the other?

Labels (2)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

@verma_gauri , Here you need to load the primary table first job and secondary job should be load by doing lookup with primary table. design the jobs as i explained it will work.

 

 

 

View solution in original post

1 Reply
manodwhb
Champion II
Champion II

@verma_gauri , Here you need to load the primary table first job and secondary job should be load by doing lookup with primary table. design the jobs as i explained it will work.