I'm trying to create a database using a given ERD. I've created all the tables along with added constraints for the primary keys (i'm using SQL to do this).
However, when I come to add the foreign key constraint, a message is popping up telling me the table already exists. How do I create the relationships between the tables correctly? Thanks