词序
更多
查询
词典释义:
referential integrity
时间: 2024-06-17 07:30:16
英 [ˌrɛfəˈrɛnʃ(ə)l ɪnˈtɛɡrɪti]
美 [ˌrɛfəˈrɛn(t)ʃəl ɪnˈtɛɡrədi]

引用完整性;参考完整性;参照完整性

双语例句
  • How should I keep referential integrity to users in a separate membership provider?

    我应该如何在一个单独的成员提供者向用户保持参照完整性?

  • This referential integrity can be checked in one or both directions depending on the project goal.

    取决于项目的目的,可以从一个方向或同时从两个方向检查引用完整性。

  • If referential integrity violations are discovered during the load test, then you might also need to set the sequence grouping for container managed persistence.

    如果在负载测试过程中发现存在引用完整性违规,则可能还需要为容器管理的持久性设置顺序分组。

  • That ensures referential integrity between the tables.

    这样就保证了表间的引用完整性。

  • It is also a sound choice if you want to use database referential integrity to enforce associations.

    如果你想用数据库的引用完整性来做关联,那它也是个合适的选择。

  • Even though referential integrity and check constraints are very helpful during the ETL process to help detect data problems, implementing them on final data warehouse tables is not efficient.

    在ETL过程中,即时参照完整性和检查约束极其有助于检测数据问题,在最终的数据仓库表中实现它们也不会高效。

  • You can copy tables, data, stored procedures, referential integrity constraints, security, and indexes. Choose the object(s) to copy.

    可以复制表、数据、存储过程、引用完整性约束、安全性和索引。选择要复制的对象。

  • You can transfer tables, data, stored procedures, referential integrity constraints, security, and indexes. Choose the object(s) to transfer.

    可以传输表、数据、存储过程、引用完整性约束、安全性和索引。选择要传输的对象。

  • Referential integrity is a fancy SQL term that refers to keeping all the data in your database clean, free from incorrect or unused data, and accurate in terms of joins across tables.

    引用完整性是一个美妙的SQL术语,它指的是保持数据库中的所有数据都是干净的,没有错误或者多余的数据,表之间的连接准确合理。

  • In reality, it's up to you to decide whether you want your classes to maintain strict referential integrity (in other words, have all deletes cascade) or to allow a looser relationship.

    实际上,您可以自己决定是否希望类保持严格的引用完整性(换句话说,所有删除操作都是级联的)或者允许更松散的关系。

  • It had good ANSI SQL support, referential integrity, and good performance as long as the number of concurrent accesses didn't grow too large.

    它有很好的ANSISQL支持和引用完整性,并且只要并发用户的增长不太大它可以保持良好的性能。

  • Replication to non-DB2 target tables with referential integrity constraints is supported only if you manually define the constraints on the corresponding nicknames.

    只有在相应别名上手工定义约束,才支持到带有参照完整性约束的非DB2目标表的复制。

  • This category of overhead includes CHECK constraint verification and foreign key constraint (referential integrity (RI)) verification.

    这一类的开销包括检查约束验证和外键约束(参照完整性(RI))验证。

  • This table uses referential integrity constraints to ensure data validity.

    这个表使用引用完整性约束确保数据的有效性。

  • State the primary types of tables found in a data warehouse and the order which they must be loaded to enforce referential integrity.

    简述数据仓库中的表的基本类型,以及为了保证引用完整性该以什么样的顺序对它们进行加载。

  • Do not include any clauses defining declarative referential integrity constraints.

    不要包括可定义声明引用完整性约束的子句。

  • You can't use database features such as referential integrity, and you can't rely on tools to discover the relationships based on the names of your columns.

    不能使用诸如引用完整性这样的数据库特性,也不能依赖于工具来基于列的名称发现这些关系。

  • Control over the database aspects of persistent classes including indices, constraints, and referential integrity.

    持久类保持和数据库一致。包括索引,约束和参照完整性。

  • The technical data quality dimension defines the data quality criteria often found in logical data modeling entity integrity and referential integrity rules.

    技术性数据质量维定义在逻辑数据建模实体完整性和引用完整性规则中常见的数据质量标准。

  • For example, this might happen when two ore more of the tables in the MQT have a referential integrity relationship defined and the join predicate is on their primary key - foreign key columns.

    例如,当MQT 中的两个或多个表定义了引用完整性关系并且联结谓词在它们自己的主键-外键列上时,就会出现这种情况。

  • Copy tables, data, stored procedures, referential integrity constraints, security, and indexes. Specify the object(s) to copy.

    复制表、数据、存储过程、引用完整性约束、安全性和索引。请指定要复制的对象。

  • This paper presents a class of specific covert channels in database system-the covert channel using referential integrity. We compute their bandwidth and propose the methods to handle them.

    该文提出了一类数据库系统所特有的隐通道一利用引用完整性约束传送信息的隐通道,分析了它们的带宽,并提出了处理这类隐通道的方法。

  • For instance, complex data relationships would require full referential integrity enforcement.

    比如,复杂的数据关系要求有完全的引用完整性限制。

  • This ensures that the atomicity, consistency, isolation, and durability (ACID) criteria for transactions are met and that referential integrity is enforced.

    这可确保满足事务的原子性、一致性、隔离和持久性 (ACID)标准,且保证引用完整性。

  • Transfer tables, data, stored procedures, referential integrity constraints, security, and indexes. Specify the object(s) to transfer.

    可以传输表、数据、存储过程、引用完整性约束、安全性和索引。请指定要传输的对象。

  • A relationship that does not enforce referential integrity appears as a thin line between the common fields supporting the relationship.

    不实施参照完整性的关系在支持该关系的公共字段之间显示为细线。

  • Depending on which methods your database developers have used, the database will be vulnerable to different sorts of referential integrity issues.

    根据数据库开发人员所使用手段的不同,应用程序的数据库将会经受不同程度的引用完整性的问题。

  • It is very important to implement referential integrity when developing a DBAS (Database Application System).

    参照完整性的实施是数据库应用系统设计的关键之一。

  • If one document contains the authoritative data that other documents refer to, it is more difficult to maintain referential integrity.

    如果一个文档包含其他文档引用的可靠数据,就很难维护引用完整性。

相关推荐

platoon n. 排;一队;一组;两部制学校;同位替补的。v. 实行两部制

tractate n. 论文

antecede vt. 在...之前;先行;先前

in the fullness of time 到时候;在适当的时候;最终

liars 说谎者

raffled n. 废物;抽彩售货。vt. 抽彩售货;(raffle的过去式和过去分词)。vi. 抽彩;(raffle的过去式和过去分词)

tethers vt. 拘束;(tether的第三人称单数)。n. 拴绳;极限;系链;限度;(tether的复数)

progressive wing 进步的翅膀

move in with 搬来和(现有居住者)同住

physical evidence 实物证据;物理证据;物证