foreignkey

  • 网络外键;外健;外键约束

foreignkeyforeignkey

foreignkey

外键

外键foreignkey)以及参考完整性限制(referentialintegrity)可以让你制定表格中资料间的约束,然后将约束(constraint)加 …

外健

... 一种是主键(PrimaryKey)关联, 一种是外健(ForeignKey)关联. 在主键关联的情况下, 显然必须有一个主键是根据别一个主键而 …

外键约束

详解外键约束(foreignkey)顾客表TABLECustomers订单表TABLEOrders 客户与订单之间的关系是一对多的关系,一个客户可有 …

外关键字

当建立外关键字ForeignKey)关系时,如果我们会打算频繁使用它,那么在外关键字column上建立nonclustered索引不失为 …

外码

A.实体不允许是空实体 C.实体的外键值不允许是空值 25 关系数据库中,外码(ForeignKey)是(). A)在一个关系中定义了约束的一 …

外部关键字

外部关键字(ForeignKey)或外键

外键名称

ELEMENT元素用户设置关系型数据库的表名称(TABLE属性)、外键名称(FOREIGNKEY)、父元素名称(PARENT)、外键类型(FK…

1
You cannot change the length of a column defined with a PRIMARY KEY or FOREIGN KEY constraint. 无法更改用PRIMARYKEY或FOREIGNKEY约束定义的列的长度。
2
A computed column cannot be used as a DEFAULT or FOREIGN KEY constraint definition or with a NOT NULL constraint definition. 计算列不能用作DEFAULT或FOREIGNKEY约束定义,也不能与NOTNULL约束定义一起使用。
3
If the referenced table is not part of a publication, all FOREIGN KEY constraints on a published table are not replicated. 如果所引用的表不是发布的一部分,则不会复制已发布表的任何FOREIGNKEY约束。
4
To make sure that all values of a composite FOREIGN KEY constraint are verified, specify NOT NULL on all the participating columns. 若要确保验证了组合FOREIGNKEY约束的所有值,请将所有参与列指定为NOTNULL。
5
FOREIGN KEY constraints defined as part of a table definition that enforce proper relationships between tables. 作为表定义的一部分而定义的FOREIGNKEY约束,它强制使表间具有恰当的关系。
6
FOREIGN KEY constraints do not have to be dropped in advance. FOREIGNKEY约束不必预先删除。
7
Consider the cost of enforcing FOREIGN KEY constraints when you design your database and applications. 在设计数据库和应用程序时应考虑强制FOREIGNKEY约束的开销。
8
Specifies whether the data in the table is or is not validated against a newly added or re-enabled FOREIGN KEY or CHECK constraint. 指定表中的数据是否用新添加的或重新启用的FOREIGNKEY或CHECK约束进行验证。
9
When bulk importing data, you can control whether CHECK and FOREIGN KEY constraints are enforced by the bulk-import operation. 大容量导入数据时,您可以控制大容量导入操作是否强制执行CHECK和FOREIGNKEY约束。
10
The FOREIGN KEY constraint on the underlying table is automatically disabled and warning message is displayed. 对基础表的FOREIGNKEY约束自动被禁用,并显示警告消息。
11
A FOREIGN KEY constraint can reference columns in tables in the same database or within the same table. FOREIGNKEY约束可以引用同一数据库的表中的列或同一表中的列。
12
They are similar to FOREIGN KEY constraints in that they control the values that are put in a column. 此类约束类似于FOREIGNKEY约束,因为可以控制放入列中的值。
13
FOREIGN KEY constraints require that each value in the column exist in the specified column in the referenced table. FOREIGNKEY约束要求列中的每个值在所引用的表的指定列中都存在。
14
Changes to PRIMARY KEY constraints are checked with FOREIGN KEY constraints in related tables. 对PRIMARYKEY约束的更改可由相关表中的FOREIGNKEY约束检查。
15
Revised topic to indicate that CHECK and FOREIGN KEY constraints are controlled together. 修改了主题以指示同时控制CHECK和FOREIGNKEY约束。
16
DBCC CHECKCONSTRAINTS constructs and executes a query for all FOREIGN KEY constraints and CHECK constraints on a table. DBCCCHECKCONSTRAINTS构造并执行一个对表的所有FOREIGNKEY和CHECK约束的查询。
17
This option can only be used with FOREIGN KEY and CHECK constraints. 此选项只能与FOREIGNKEY和CHECK约束一起使用。
18
PRIMARY KEY and FOREIGN KEY constraints can be added or deleted. 可以添加或删除PRIMARYKEY约束和FOREIGNKEY约束。
19
To modify a FOREIGN KEY constraint, you must first delete the existing FOREIGN KEY constraint and then re-create it with the new definition. 若要修改FOREIGNKEY约束,必须首先删除现有的FOREIGNKEY约束,然后用新定义重新创建。
20
For more information, see FOREIGN KEY Constraints and How to: Create Relationships Between Tables (Visual Database Tools). 有关详细信息,请参阅FOREIGNKEY约束和如何创建表之间的关系(VisualDatabaseTools)。
21
Table. A FOREIGN KEY constraint prevents this situation. FOREIGNKEY约束防止这种情况的发生。
22
If the nonclustered index is on the primary key, any active, referencing FOREIGN KEY constraints will automatically be disabled. 如果非聚集索引在主键上,将自动禁用引用FOREIGNKEY的任何活动约束。
23
You can create a foreign key by defining a FOREIGN KEY constraint when you create or modify a table. 当创建或修改表时可通过定义FOREIGNKEY约束来创建外键。
24
If you do not want to verify new CHECK or FOREIGN KEY constraints against existing data, use WITH NOCHECK. 如果不想根据现有数据验证新的CHECK或FOREIGNKEY约束,请使用WITHNOCHECK。
25
Table is referenced by a FOREIGN KEY constraint. 表由FOREIGNKEY约束引用。
26
If a CHECK constraint, FOREIGN KEY constraint, or computed columns reference the column changed. CHECK约束、FOREIGNKEY约束或计算列引用了更改后的列。
27
Property to return all the tables that have a FOREIGN KEY constraint. 属性返回具有FOREIGNKEY约束的所有表。
28
The category hierarchy is defined by the parent ForeignKey and the subcategories MultipleJoin. 目录层次是由父ForeignKey和子类MultipleJoin定义的。
29
Enable any FOREIGN KEY constraints by using the ALTER TABLE CHECK CONSTRAINT statement. 使用ALTERTABLECHECKCONSTRAINT语句启用任何FOREIGNKEY约束。
30
Is a column from the table referenced by the FOREIGN KEY constraint. FOREIGNKEY约束所引用的表中的列。