如何在 sql management studio 中添加具有 2 个字段的关系

How to add in a relationship in sql management studio with 2 fields

你好,我刚刚在 sql 服务器管理工​​作室中创建了一个外设 keys/relationships,但我遇到了一些问题。 我有几个 tables 让我们称它们为

my_form1, 
my_form2, 
my_form3

填写其中任何一项时 'my_forms' 我都会记录下来。在另一个 table 中我们称其为 'forms' 在表格中我有这些字段

form_id
form_type - I store the type of form (1,2,3)
myform_id - I store the id of the form.

如何在我的 sql 服务器管理关系中正确显示它。

我把问题删减了,字段明显多了,但情况是一样的。

这种关系不能用简单的外键强制执行,因此不会显示在用 SSMS 生成的图表上。

您可以在 Visio 中创建自己的图表并在其中绘制。我相信这就是所谓的“Subtype”实体关系。