Activity overview
Latest activity by task
Generating data for an xml
I am trying to use data generator to create test data for a xml document not sure how to go about this any help would be appreciated
Thanks
Tom
Insert into 2 tables with PK FK relationship
I am trying to insert 1 record of data into 2 tables - the first table assigns the user a person_id and I want then for this person_id to link the 2 tables and the record to have a relationship thr...