Hi, 

does MySQL support composite keys?

I have a table 'Group_Map'

This has 3 fields

contact_id  (primary key in another table)
group_id  (candidate key in another table)
user_id  (primary key in another table)


is it possible / advisable to create and maintain a composite key for this
table?

Kind Regards

Joe


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to