blah blah blah is here! blah blah » Close

1
votes
2 answers

Creating a foreign key relation using management studio

I can't seem to figure out how to create a foreign key relation using sql management studio. Creating a primary key, setting the increment etc. I have done but where do I set a FK on the table?

0
votes
1 answers

does a FK relation add some sort of index on the column?

If i have a foreign key on a table that I haven't actually setup as a foreign key, will setting the column as a FK create any sort of index on the table?

Feedback