The question I have been asked for this assignment is:
Using a sample data, add a new incident and a call record in a single transaction.
However I know it doesn't read to well and that's because of the language that my lecturer uses. But from what I gather he would like me to add a record to an incident table and a call log table that I have created.
The problem I am facing when trying to do this is getting the key out of the Incident table so I can add this also to a call log table to show which calls are linked to what incident. Does anyone have any idea how this could be achieved?