本文介绍了如何建立一对一的关系SQL服务器图的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有谁知道如何创建一个到一从SQL Server数据库图表的关系?

Does anyone know how to create a one-to-one relationship from a SQL Server database diagram?

推荐答案

您需要把唯一键约束外键的上方,所以它限制在一个 - 酮的关系。

You need to put a unique key constraint on top of the foreign key, so its restricted to one-one relationship.

这篇关于如何建立一对一的关系SQL服务器图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-17 19:21