vote up 1 vote down star

Hi - I'm learning about table design in SQL and I'm wonder how to create a mapping table in order to establish a many-to-many relationship between two other tables?

I think the mapping table needs two primary keys - but I can't see how to create that as it appears there can only be 1 primary key column?

I'm using the Database Diagrams feature to create my tables and relationships.

flag

80% accept rate

1 Answer

vote up 4 vote down check

The easiest way is to simply select both fields by selecting the first field, and then while holding down the Ctrl key selecting the second field. Then clicking the key icon to set them both as the primary key.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.