How to view the foreign key attributes of a relationship from GUI in SQL server
Developers can view the foreign key attributes of a relationship if they want to see which columns participate in the foreign key side of a relationship. If the foreign key columns are related to a primary key, the primary key columns are identified in Table Designer by a primary key symbol in the row selector. To …