<tfoot id='FNQ1i'></tfoot>

      • <bdo id='FNQ1i'></bdo><ul id='FNQ1i'></ul>
    1. <legend id='FNQ1i'><style id='FNQ1i'><dir id='FNQ1i'><q id='FNQ1i'></q></dir></style></legend>
    2. <small id='FNQ1i'></small><noframes id='FNQ1i'>

      <i id='FNQ1i'><tr id='FNQ1i'><dt id='FNQ1i'><q id='FNQ1i'><span id='FNQ1i'><b id='FNQ1i'><form id='FNQ1i'><ins id='FNQ1i'></ins><ul id='FNQ1i'></ul><sub id='FNQ1i'></sub></form><legend id='FNQ1i'></legend><bdo id='FNQ1i'><pre id='FNQ1i'><center id='FNQ1i'></center></pre></bdo></b><th id='FNQ1i'></th></span></q></dt></tr></i><div id='FNQ1i'><tfoot id='FNQ1i'></tfoot><dl id='FNQ1i'><fieldset id='FNQ1i'></fieldset></dl></div>

      我们可以有一个不是任何其他表中的主键的外键吗?

      can we have a foreign key which is not a primary key in any other table?(我们可以有一个不是任何其他表中的主键的外键吗?)
      <i id='XPcSV'><tr id='XPcSV'><dt id='XPcSV'><q id='XPcSV'><span id='XPcSV'><b id='XPcSV'><form id='XPcSV'><ins id='XPcSV'></ins><ul id='XPcSV'></ul><sub id='XPcSV'></sub></form><legend id='XPcSV'></legend><bdo id='XPcSV'><pre id='XPcSV'><center id='XPcSV'></center></pre></bdo></b><th id='XPcSV'></th></span></q></dt></tr></i><div id='XPcSV'><tfoot id='XPcSV'></tfoot><dl id='XPcSV'><fieldset id='XPcSV'></fieldset></dl></div>
    3. <tfoot id='XPcSV'></tfoot>

          <small id='XPcSV'></small><noframes id='XPcSV'>

          • <bdo id='XPcSV'></bdo><ul id='XPcSV'></ul>

                <tbody id='XPcSV'></tbody>

                <legend id='XPcSV'><style id='XPcSV'><dir id='XPcSV'><q id='XPcSV'></q></dir></style></legend>
                本文介绍了我们可以有一个不是任何其他表中的主键的外键吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                每本书都写外键实际上是其他表中的主键,但我们可以有一个不是任何其他表中的主键的外键

                it is written in every book that foreign keys are actually primary key in some other table but can we have a foreign key which is not primary key in any other table

                推荐答案

                是的 - 您可以使用外键引用另一个表中的唯一索引.

                Yes - you can have a foreign key that references a unique index in another table.

                CREATE UNIQUE INDEX UX01_YourTable ON dbo.YourTable(SomeUniqueColumn)
                
                ALTER TABLE dbo.YourChildTable
                   ADD CONSTRAINT FK_ChildTable_Table
                   FOREIGN KEY(YourFKColumn) REFERENCES dbo.YourTable(SomeUniqueColumn)
                

                这篇关于我们可以有一个不是任何其他表中的主键的外键吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                How do I split flat file data and load into parent-child tables in database?(如何拆分平面文件数据并加载到数据库中的父子表中?)
                How to import CSV into sqlite using RSqlite?(如何使用 RSqlite 将 CSV 导入 sqlite?)
                Import CSV to Update rows in table(导入 CSV 以更新表中的行)
                Importing MaxMind#39;s GeoLite2 to MySQL(将 MaxMind 的 GeoLite2 导入 MySQL)
                Import / Export database with SQL Server Server Management Studio(使用 SQL Server Server Management Studio 导入/导出数据库)
                How do you import a large MS SQL .sql file?(如何导入大型 MS SQL .sql 文件?)
                  <bdo id='zXREm'></bdo><ul id='zXREm'></ul>
                  <i id='zXREm'><tr id='zXREm'><dt id='zXREm'><q id='zXREm'><span id='zXREm'><b id='zXREm'><form id='zXREm'><ins id='zXREm'></ins><ul id='zXREm'></ul><sub id='zXREm'></sub></form><legend id='zXREm'></legend><bdo id='zXREm'><pre id='zXREm'><center id='zXREm'></center></pre></bdo></b><th id='zXREm'></th></span></q></dt></tr></i><div id='zXREm'><tfoot id='zXREm'></tfoot><dl id='zXREm'><fieldset id='zXREm'></fieldset></dl></div>

                  <legend id='zXREm'><style id='zXREm'><dir id='zXREm'><q id='zXREm'></q></dir></style></legend>

                        <tbody id='zXREm'></tbody>

                      1. <tfoot id='zXREm'></tfoot>
                      2. <small id='zXREm'></small><noframes id='zXREm'>