Can anyone give me a quick breakdown of the process required to create a junction table (https://en.wikipedia.org/wiki/Junction_table) with all the correct links to their respective parent tables in DB Toolkit? Normally this would be a trivial thing to create in MySQL, but I need DB Toolkit for this as I need to have an interface for data entry attached to it.
I've got all the parent tables all set up with data, but the process to create a junction table is less than intuitive.
Any help would be appreciated.