Just I wondering if my table requires a Primary key, when the table already has a foreign key ? Here's an Items table which contains a primary key. Now I want to link this table to 2 separate tables..
Items:ItemsID(PK),Title(FK)
Movies:Title(FK), Category, Type(DVD,VHS,Bluray)...