I typically use compound primary keys when creating a table thatrepresents a many-to-many relationship. I was wondering if anyone elsehad other situations in which you would use a compound PK? Why do youuse it instead of just a foreign key?