I've got a few days left before I need to hand in my relational database and everything's going alright. I have the database itself built but there's one design issue that I just can't figure out.
I need a results table, one that references the Members and the Competitions table but I already have a link table there. I'm pretty sure I've simply managed to mislead myself but hope you guys can help! :)
Since I'm an awkward 2 points away from being able to post an image, an imgur link to the schema itself is located here: https://i.sstatic.net/mNr0C.jpg
Looking at your tables, I think you are looking for either
or
You choice will depend on what you expect to do with the information.