I am not an experienced programmer and am setting a small sports team DB using SQL Management Studio for our web site. I have two tables. One is TeamType. It has a PK of TeamTypeID, then TeamName. That will hold team types like baseball, soccer, basketball, etc. Then I have a Team table. PK is TeamID. I would like a FK of TeamTypeID. But without coding, I don't see how to set this as a FK in the Team table. Thanks for helpl
|