Hi Everyone,
I am trying to create an "association table" in dataverse
The premis goes like this
I have two seperate tables. one for users (given a unique user ID) and another one for exams (given an exam ID)
Now i need another table to link the users to the exams that they have earned please see example below:

I am not too sure how I would go about it as the user ID and exam ID will have to be repeated as a person can have multiple exams and an exam can be written by multiple people
Thank you in advance!