有谁知道如何从SQL Server数据库图创建一对一关系?
最佳答案
您需要放置unique key constraint on top of the foreign key
,因此它仅限于一对一关系。
关于.net - 如何创建一对一关系SQL Server图,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/4021241/
有谁知道如何从SQL Server数据库图创建一对一关系?
最佳答案
您需要放置unique key constraint on top of the foreign key
,因此它仅限于一对一关系。
关于.net - 如何创建一对一关系SQL Server图,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/4021241/